fix: collection run - clone request at the start

This commit is contained in:
lohxt1
2025-01-03 17:31:28 +05:30
parent 52672e67a2
commit 55eac64ca5

View File

@@ -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 = {