Skip to content

Commit

Permalink
fix: collection run - clone request at the start
Browse files Browse the repository at this point in the history
  • Loading branch information
lohxt1 committed Jan 3, 2025
1 parent 52672e6 commit 55eac64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bruno-electron/src/ipc/network/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 55eac64

Please sign in to comment.