Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Dec 16, 2024
1 parent bfe5b2d commit a3d522a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/[[...slugs]]/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const app = new Elysia({ prefix: "/api", aot: false })
.use(swagger())
.get("/roast/:accountId", async ({ params: { accountId } }) => {
accountId = accountId.toLowerCase();

// do an accountId check
if (!(await isValidNearAccount(accountId))) {
return "you're dumb, this isn't a real account";
Expand Down

0 comments on commit a3d522a

Please sign in to comment.