feat: remove try block from browserId
This commit is contained in:
@@ -41,7 +41,6 @@ async function createWorkflowAndStoreMetadata(id: string, userId: string) {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
|
||||||
const browserId = createRemoteBrowserForRun({
|
const browserId = createRemoteBrowserForRun({
|
||||||
browser: chromium,
|
browser: chromium,
|
||||||
launchOptions: {
|
launchOptions: {
|
||||||
|
|||||||
Reference in New Issue
Block a user