chore: remove whitespace
This commit is contained in:
@@ -5,8 +5,6 @@ import { Router, Request, Response } from 'express';
|
|||||||
|
|
||||||
import {
|
import {
|
||||||
initializeRemoteBrowserForRecording,
|
initializeRemoteBrowserForRecording,
|
||||||
destroyRemoteBrowser,
|
|
||||||
getActiveBrowserId,
|
|
||||||
interpretWholeWorkflow,
|
interpretWholeWorkflow,
|
||||||
stopRunningInterpretation,
|
stopRunningInterpretation,
|
||||||
getRemoteBrowserCurrentUrl,
|
getRemoteBrowserCurrentUrl,
|
||||||
@@ -16,7 +14,6 @@ import {
|
|||||||
import { chromium } from 'playwright-extra';
|
import { chromium } from 'playwright-extra';
|
||||||
import stealthPlugin from 'puppeteer-extra-plugin-stealth';
|
import stealthPlugin from 'puppeteer-extra-plugin-stealth';
|
||||||
import logger from "../logger";
|
import logger from "../logger";
|
||||||
import { getDecryptedProxyConfig } from './proxy';
|
|
||||||
import { requireSignIn } from '../middlewares/auth';
|
import { requireSignIn } from '../middlewares/auth';
|
||||||
import { pgBoss } from '../pgboss-worker';
|
import { pgBoss } from '../pgboss-worker';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user