chore: lint

This commit is contained in:
karishmas6
2024-10-13 04:56:41 +05:30
parent 5390931019
commit c7fd9b6e1c

View File

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