fear: pass userId
This commit is contained in:
@@ -45,7 +45,7 @@ async function createWorkflowAndStoreMetadata(id: string, userId: string) {
|
|||||||
headless: true,
|
headless: true,
|
||||||
proxy: proxyOptions.server ? proxyOptions : undefined,
|
proxy: proxyOptions.server ? proxyOptions : undefined,
|
||||||
}
|
}
|
||||||
});
|
}, userId);
|
||||||
const runId = uuid();
|
const runId = uuid();
|
||||||
|
|
||||||
const run = await Run.create({
|
const run = await Run.create({
|
||||||
|
|||||||
Reference in New Issue
Block a user