diff --git a/server/src/api/record.ts b/server/src/api/record.ts index 04f4ab15..b2c2422a 100644 --- a/server/src/api/record.ts +++ b/server/src/api/record.ts @@ -11,7 +11,7 @@ import { io, Socket } from "socket.io-client"; import { BinaryOutputService } from "../storage/mino"; import { AuthenticatedRequest } from "../routes/record" import {capture} from "../utils/analytics"; -import { Page } from "playwright"; +import { Page } from "playwright-core"; import { WorkflowFile } from "maxun-core"; import { addGoogleSheetUpdateTask, googleSheetUpdateTasks, processGoogleSheetUpdates } from "../workflow-management/integrations/gsheet"; import { addAirtableUpdateTask, airtableUpdateTasks, processAirtableUpdates } from "../workflow-management/integrations/airtable";