Skip to content

Commit

Permalink
fixed bracket scoping error which was probably created in merge confl…
Browse files Browse the repository at this point in the history
…icts
  • Loading branch information
ES-Legacy committed Dec 3, 2023
1 parent 5c84023 commit a993590
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/api/code/submit/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export async function POST(req: Request) {
},
{ status: 400 }
);
}

const { email } = body;
const record = await xata.db.EmailSubmitRateLimiting.filter({
Expand Down

0 comments on commit a993590

Please sign in to comment.