We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef9382a commit 5a408fdCopy full SHA for 5a408fd
1 file changed
src/index.tsx
@@ -241,7 +241,7 @@ export interface BoundTurnstileObject {
241
execute: (options?: TurnstileOptions) => void;
242
reset: () => void;
243
getResponse: () => void;
244
- isExpired: () => boolean;
+ isExpired: () => boolean;
245
}
246
247
function createBoundTurnstileObject(widgetId: string): BoundTurnstileObject {
0 commit comments