Skip to content

Commit 1632698

Browse files
committed
chore: fix lint
1 parent b30f16a commit 1632698

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/api/routes/faucets.ts

+2-4
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,13 @@ export const FaucetRoutes: FastifyPluginAsync<
9191
),
9292
large: Type.Optional(
9393
Type.Boolean({
94-
description:
95-
'Request a large amount of regtest BTC than the default',
94+
description: 'Request a large amount of regtest BTC than the default',
9695
default: false,
9796
})
9897
),
9998
xlarge: Type.Optional(
10099
Type.Boolean({
101-
description:
102-
'Request an extra large amount of regtest BTC than the default',
100+
description: 'Request an extra large amount of regtest BTC than the default',
103101
default: false,
104102
})
105103
),

0 commit comments

Comments
 (0)