Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwehr committed Jun 13, 2024
1 parent 31a868c commit 31ad0d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/faucet/src/api/webserver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ export interface ChainConstants {

interface RecaptchaResponse {
success: boolean;
// eslint-disable-next-line @typescript-eslint/naming-convention
challenge_ts?: string;
hostname?: string;
// eslint-disable-next-line @typescript-eslint/naming-convention
"error-codes"?: string[];
}

Expand Down

0 comments on commit 31ad0d4

Please sign in to comment.