Skip to content

Commit

Permalink
fixed user id
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog authored Mar 13, 2024
1 parent 11a4772 commit 562f8b7
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 @@ -1612,8 +1612,8 @@ class User(BaseModel):

def __init__(
self,
id,
username,
id = None,
password=None,
roles=None,
local_roles=None,
Expand Down

0 comments on commit 562f8b7

Please sign in to comment.