feat: rm browserPool

This commit is contained in:
amhsirak
2025-04-12 19:21:27 +05:30
parent f00193149e
commit a372051cd7

View File

@@ -15,7 +15,6 @@ import {
import { CustomActions } from "../../../../src/shared/types";
import Robot from "../../models/Robot";
import { getBestSelectorForAction } from "../utils";
import { browserPool } from "../../server";
import { uuid } from "uuidv4";
import { capture } from "../../utils/analytics"
import { decrypt, encrypt } from "../../utils/auth";