mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 17:01:00 +03:00
Bugfix/Circular Dependency of updateStorageUsage and checkStorage in utils (#4717)
fix circular dependency of updateStorageUsage and checkStorage in utils
This commit is contained in:
@@ -515,7 +515,9 @@ export const executeFlow = async ({
|
||||
baseURL,
|
||||
orgId,
|
||||
workspaceId,
|
||||
subscriptionId
|
||||
subscriptionId,
|
||||
updateStorageUsage,
|
||||
checkStorage
|
||||
})
|
||||
|
||||
const setVariableNodesOutput = getSetVariableNodesOutput(reactFlowNodes)
|
||||
|
||||
Reference in New Issue
Block a user