Skip to content

Commit

Permalink
hotfix: login issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fagundesjg committed May 14, 2024
1 parent ab3d792 commit af6303a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/sessions/sessions.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ export class SessionsService {

await this.prismaService.session.updateMany({
where: {
user: {
login,
},
active: true,
},
data: {
Expand Down

0 comments on commit af6303a

Please sign in to comment.