Skip to content

Commit 992887f

Browse files
fix invisible type
1 parent ad13d02 commit 992887f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/structs/2captcha.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const provider = getProviderData ()
1212
export interface paramsRecaptcha {
1313
pageurl: string,
1414
googlekey: string,
15-
invisible?: boolean,
15+
invisible?: 0 | 1,
1616
datas?: string,
1717
domain?: string,
1818
cookies?: string,

0 commit comments

Comments
 (0)