Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieC3 committed Dec 17, 2024
1 parent b30f16a commit 1632698
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/api/routes/faucets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,13 @@ export const FaucetRoutes: FastifyPluginAsync<
),
large: Type.Optional(
Type.Boolean({
description:
'Request a large amount of regtest BTC than the default',
description: 'Request a large amount of regtest BTC than the default',
default: false,
})
),
xlarge: Type.Optional(
Type.Boolean({
description:
'Request an extra large amount of regtest BTC than the default',
description: 'Request an extra large amount of regtest BTC than the default',
default: false,
})
),
Expand Down

0 comments on commit 1632698

Please sign in to comment.