From 680c6478eeee28add43b9f0ba828a5591423e2f2 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sun, 27 Oct 2024 17:54:41 +0530 Subject: [PATCH] fear: pass userId --- server/src/api/record.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/api/record.ts b/server/src/api/record.ts index a9f56d7d..7a34cea5 100644 --- a/server/src/api/record.ts +++ b/server/src/api/record.ts @@ -207,7 +207,7 @@ async function createWorkflowAndStoreMetadata(id: string, userId: string) { headless: true, proxy: proxyOptions.server ? proxyOptions : undefined, } - }); + }, userId); const runId = uuid();