Skip to content

Commit 1274133

Browse files
committed
Code scanning error fix
1 parent 30a1905 commit 1274133

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/backend/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ export async function start(
5656

5757
server = Fastify({ logger: true })
5858
await server.register(rateLimit, {
59-
global: false,
6059
max: 100,
6160
timeWindow: '1 minute'
6261
})

0 commit comments

Comments
 (0)