Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
bahram1249 committed Feb 24, 2024
1 parent a34399d commit 2805b6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/e-commerce/src/user/session/session.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ export class SessionService {
userId: userId,
expireAt: Sequelize.fn(
'dateadd',
'day',
Sequelize.literal('day'),
sessionLimitDay,
Sequelize.col('getdate'),
Sequelize.fn('getdate'),
),
});
return session;
Expand Down

0 comments on commit 2805b6a

Please sign in to comment.