fear: pass userId

This commit is contained in:
karishmas6
2024-10-27 17:56:19 +05:30
parent e5b80045d5
commit 1c9c23af8f

View File

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