Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mbryzek committed Jul 31, 2024
1 parent 1d00e54 commit 939ae69
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions api/app/util/SessionHelper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,7 @@ class SessionHelper @Inject() (
_root_.db.generated.SessionForm(
id = id,
userGuid = u.guid,
expiresAt = ts.plusHours(DefaultSessionExpirationHours),
createdAt = ts,
createdByGuid = u.guid,
updatedAt = ts,
updatedByGuid = u.guid,
deletedAt = None,
deletedByGuid = None
expiresAt = ts.plusHours(DefaultSessionExpirationHours)
)
)

Expand Down

0 comments on commit 939ae69

Please sign in to comment.