Skip to content

Commit 5a408fd

Browse files
committed
style
1 parent ef9382a commit 5a408fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ export interface BoundTurnstileObject {
241241
execute: (options?: TurnstileOptions) => void;
242242
reset: () => void;
243243
getResponse: () => void;
244-
isExpired: () => boolean;
244+
isExpired: () => boolean;
245245
}
246246

247247
function createBoundTurnstileObject(widgetId: string): BoundTurnstileObject {

0 commit comments

Comments
 (0)