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 c871a41 commit 92091ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/web/src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ async function rateLimiter(req: NextRequest) {
} else {
return NextResponse.json(
{
error: 'Your IP has been temporarily blocked due to excessive requests.',
error:
'Your IP has been temporarily blocked due to excessive requests.',
},
{
status: 403,
Expand Down

0 comments on commit 92091ba

Please sign in to comment.