chore: remove whitespace

This commit is contained in:
amhsirak
2025-04-01 23:30:50 +05:30
parent 273fa41503
commit 54f67c6f51

View File

@@ -5,8 +5,6 @@ import { Router, Request, Response } from 'express';
import {
initializeRemoteBrowserForRecording,
destroyRemoteBrowser,
getActiveBrowserId,
interpretWholeWorkflow,
stopRunningInterpretation,
getRemoteBrowserCurrentUrl,
@@ -16,7 +14,6 @@ import {
import { chromium } from 'playwright-extra';
import stealthPlugin from 'puppeteer-extra-plugin-stealth';
import logger from "../logger";
import { getDecryptedProxyConfig } from './proxy';
import { requireSignIn } from '../middlewares/auth';
import { pgBoss } from '../pgboss-worker';