diff --git a/packages/bruno-electron/src/ipc/network/index.js b/packages/bruno-electron/src/ipc/network/index.js index 5133a1f1df..782878c59a 100644 --- a/packages/bruno-electron/src/ipc/network/index.js +++ b/packages/bruno-electron/src/ipc/network/index.js @@ -1005,7 +1005,7 @@ const registerNetworkIpc = (mainWindow) => { stopRunnerExecution = false; - const item = folderRequests[currentRequestIndex]; + const item = cloneDeep(folderRequests[currentRequestIndex]); let nextRequestName; const itemUid = item.uid; const eventData = {