A decentralized music tracking and discovery platform built on AT Protocol 🎵

refactor: remove outdated comment from updateExpiresAt function

-1
-1
apps/api/src/db.ts
··· 110 110 if (error) throw error; 111 111 }; 112 112 113 - // create a function that update expiresAt to value in auth_session 114 113 export const updateExpiresAt = async (db: Database) => { 115 114 // get all sessions that have expiresAt is null 116 115 const sessions = await db.selectFrom("auth_session").selectAll().execute();