Skip to content

Commit

Permalink
Merge pull request #3725 from lohxt1/fix/collection-run-reset-item
Browse files Browse the repository at this point in the history
fix: collection run - clone request at the start
  • Loading branch information
lohit-bruno authored Jan 6, 2025
2 parents 36343b3 + 55eac64 commit 539d221
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 539d221

Please sign in to comment.