From 881c82bd12f5552d5cacbed9854915211c093383 Mon Sep 17 00:00:00 2001 From: "sati.ac" Date: Mon, 14 Aug 2023 18:02:17 +0300 Subject: [PATCH] fix(FunCaptcha): make data optional --- src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.ts b/src/types.ts index ba65a72..4630d61 100644 --- a/src/types.ts +++ b/src/types.ts @@ -25,7 +25,7 @@ export type tasks = { params: { siteKey: string, pageUrl: string, - data: Record + data?: Record serviceUrl?: string, proxy?: string },