Skip to content

Commit

Permalink
Update data_store.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Prescott committed Oct 29, 2023
1 parent bf0b7ad commit 3a76cdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions odin_api/store/data_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ def store_object(self, *entities):
self.hunt_groups.append(e)
elif isinstance(e, broadworks_entities.User):
self.users.append(e)
else:
self.other_entities.append(e)

def export_store():
""" exports entire store to json file
Expand Down

0 comments on commit 3a76cdd

Please sign in to comment.