fear: pass userId

This commit is contained in:
karishmas6
2024-10-27 17:54:41 +05:30
parent d130058b56
commit 680c6478ee

View File

@@ -207,7 +207,7 @@ async function createWorkflowAndStoreMetadata(id: string, userId: string) {
headless: true,
proxy: proxyOptions.server ? proxyOptions : undefined,
}
});
}, userId);
const runId = uuid();