Skip to content

Commit

Permalink
User metadata defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog committed Jun 11, 2024
1 parent f969178 commit 3949c61
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 @@ -1637,7 +1637,7 @@ def __init__(
self.remote_roles = remote_roles or []
self.is_remote = is_remote
self.remote_user_mapping = remote_user_mapping or []
self.metadata = metadata
self.metadata = metadata or {}
self.protected = protected
self.file_generated = file_generated

Expand Down

0 comments on commit 3949c61

Please sign in to comment.