diff --git a/src/workers/CommandorPage.js b/src/workers/CommandorPage.js index b5f2d5b..16a7199 100644 --- a/src/workers/CommandorPage.js +++ b/src/workers/CommandorPage.js @@ -1,5 +1,3 @@ -import {devices} from "playwright"; - const {SolveCaptcha, TWO_CAPTCHA_CONNECTION_FAILED} = require("./SolveCaptcha"); const ReserveResultPojo = require("../models/ReserveResultPojo"); const BlackListContactPojo = require("../models/BlackListContactPojo");