File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ export default function Turnstile({
130
130
inplaceState . onSuccess ?.(
131
131
token ,
132
132
preClearanceObtained ,
133
- boundTurnstileObject
133
+ boundTurnstileObject ,
134
134
) ;
135
135
} ,
136
136
"error-callback" : ( error ?: any ) =>
@@ -238,12 +238,12 @@ export interface TurnstileCallbacks {
238
238
onSuccess ?: (
239
239
token : string ,
240
240
preClearanceObtained : boolean ,
241
- boundTurnstile : BoundTurnstileObject
241
+ boundTurnstile : BoundTurnstileObject ,
242
242
) => void ;
243
243
onLoad ?: ( widgetId : string , boundTurnstile : BoundTurnstileObject ) => void ;
244
244
onError ?: (
245
245
error ?: Error | any ,
246
- boundTurnstile ?: BoundTurnstileObject
246
+ boundTurnstile ?: BoundTurnstileObject ,
247
247
) => void ;
248
248
onExpire ?: ( token : string , boundTurnstile : BoundTurnstileObject ) => void ;
249
249
onTimeout ?: ( boundTurnstile : BoundTurnstileObject ) => void ;
You can’t perform that action at this time.
0 commit comments