feature/adapt-to-new-database #34

Merged
vivy-agent merged 9 commits from feature/adapt-to-new-database into main 2026-05-29 15:47:47 +07:00
30 changed files with 2187 additions and 1068 deletions
Showing only changes of commit 6215e14420 - Show all commits

View File

@ -8,8 +8,7 @@ export const deleteUserSessionRepository = async (sessionId: string) => {
id: sessionId,
},
data: {
isAuthenticated: false,
deletedAt: new Date(),
logout_at: new Date(),
},
});
} catch (error) {