Skip to content

Commit

Permalink
fix: await
Browse files Browse the repository at this point in the history
  • Loading branch information
Esurio committed Jul 5, 2024
1 parent 2d60490 commit e4a1e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/server/oauth/OAuth2ProviderService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ export class OAuth2ProviderService {
},
});

fastify.register(rateLimit, {
await fastify.register(rateLimit, {
max: 100,
timeWindow: '1 hour'
});
Expand Down

0 comments on commit e4a1e3a

Please sign in to comment.