From f8346f89858344939e117a4401dd5ff5e3ced121 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Wed, 21 Aug 2024 05:27:37 +0530 Subject: [PATCH] chore: lint --- maxun-core/src/interpret.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/maxun-core/src/interpret.ts b/maxun-core/src/interpret.ts index ecbce5dc..61c781dc 100644 --- a/maxun-core/src/interpret.ts +++ b/maxun-core/src/interpret.ts @@ -313,7 +313,6 @@ export default class Interpreter extends EventEmitter { await this.options.serializableCallback(scrapeResult); }, - scrapeList: async (config: { listSelector: string, fields: any, limit?: number, pagination: any }) => { await this.ensureScriptsLoaded(page); if (!config.pagination) {