Skip to content

Commit

Permalink
Fixed model
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog committed Mar 13, 2024
1 parent 6f0cbee commit 14d0276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brewtils/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ def __init__(
):
self.id = id
self.uuid = uuid
self.issued_at = issued
self.issued_at = issued_at
self.expires_at = expires_at
self.user = user or {}

Expand Down

0 comments on commit 14d0276

Please sign in to comment.