Bugfix/Circular Dependency of updateStorageUsage and checkStorage in utils (#4717)

fix circular dependency of updateStorageUsage and checkStorage in utils
This commit is contained in:
Henry Heng
2025-06-24 17:24:45 +01:00
committed by GitHub
parent 4038eb13fc
commit 397ba63d60
5 changed files with 19 additions and 7 deletions
+3 -1
View File
@@ -515,7 +515,9 @@ export const executeFlow = async ({
baseURL,
orgId,
workspaceId,
subscriptionId
subscriptionId,
updateStorageUsage,
checkStorage
})
const setVariableNodesOutput = getSetVariableNodesOutput(reactFlowNodes)