Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
doyupK committed Jul 3, 2024
1 parent 92091ba commit c3d1ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ async function rateLimiter(req: NextRequest) {
return NextResponse.json(
{
error:
'Your IP has been temporarily blocked due to excessive requests.',
'Your IP has been temporarily blocked due to excessive requests.',
},
{
status: 403,
Expand Down

0 comments on commit c3d1ea7

Please sign in to comment.