Skip to content

Commit

Permalink
fix: bug with auth
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasDeco committed Jul 29, 2024
1 parent 9ce6c82 commit a09d348
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/indexer/src/endpoints/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export async function authPost(req: Request, res: Response) {
.insert(sessions)
.values({
userAcct: pubKey,
expiresAt: new Date(Date.now() + AUTHENTICATION_TIME * 60000),
})
.returning()
);
Expand Down

0 comments on commit a09d348

Please sign in to comment.