fix(FunCaptcha): make data optional

master
sati.ac 2023-08-14 18:02:17 +03:00
parent 0d98890463
commit 881c82bd12
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ export type tasks = {
params: {
siteKey: string,
pageUrl: string,
data: Record<string, string>
data?: Record<string, string>
serviceUrl?: string,
proxy?: string
},