chore: remove unused import

This commit is contained in:
amhsirak
2025-04-01 23:36:43 +05:30
parent 5ccdfed26e
commit 3b53628655

View File

@@ -8,9 +8,7 @@ import { record, workflow, storage, auth, integration, proxy } from './routes';
import { BrowserPool } from "./browser-management/classes/BrowserPool";
import logger from './logger';
import { connectDB, syncDB } from './storage/db'
import bodyParser from 'body-parser';
import cookieParser from 'cookie-parser';
import csrf from 'csurf';
import { SERVER_PORT } from "./constants/config";
import { Server } from "socket.io";
import { readdirSync } from "fs"