feat: replace uuidv4 package with uuid

This commit is contained in:
Rohit
2025-05-28 14:22:43 +05:30
parent 9519414a10
commit 1d3a6674cd
7 changed files with 7 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ import Robot from "../models/Robot";
import Run from "../models/Run";
const router = Router();
import { getDecryptedProxyConfig } from "../routes/proxy";
import { uuid } from "uuidv4";
import { v4 as uuid } from "uuid";
import { createRemoteBrowserForRun, destroyRemoteBrowser } from "../browser-management/controller";
import logger from "../logger";
import { browserPool } from "../server";