Skip to content

Commit be556e3

Browse files
committed
fix: rebuild
1 parent 5c19ce2 commit be556e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/types/adapters/CaptchaAdapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ export interface CaptchaAdapter {
3636
* Validates the captcha token.
3737
*/
3838
validate(token: string, ip: string): Promise<Record<string, any>>;
39-
}
39+
}

0 commit comments

Comments
 (0)