feat: remove try block from browserId

This commit is contained in:
karishmas6
2024-10-13 04:53:15 +05:30
parent d2a9927e5b
commit 16b7ff9c84

View File

@@ -41,7 +41,6 @@ async function createWorkflowAndStoreMetadata(id: string, userId: string) {
}; };
} }
try {
const browserId = createRemoteBrowserForRun({ const browserId = createRemoteBrowserForRun({
browser: chromium, browser: chromium,
launchOptions: { launchOptions: {