Skip to content

Commit

Permalink
fix(rate limiter): typescript linting issue (specklesystems#2037)
Browse files Browse the repository at this point in the history
  • Loading branch information
iainsproat authored Feb 12, 2024
1 parent c5f5bf7 commit 78891e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/modules/core/services/ratelimiter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ export const LIMITS: RateLimiterOptions = {
duration: 30 * TIME.minute
}
},
'GET /auth/google/callback': {
'GET /auth/goog/callback': {
regularOptions: {
limitCount: getIntFromEnv('RATELIMIT_GET_AUTH', '4'),
duration: 10 * TIME.minute
Expand Down

0 comments on commit 78891e8

Please sign in to comment.