Skip to content

Commit

Permalink
combine mode and replaced_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jiji14 committed Jan 11, 2024
1 parent 41fea13 commit cea1bae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions emission/core/wrapper/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,7 @@ def createProfile(uuid, ts):
'update_ts': ts,
'mpg_array': [defaultMpg],
'mode': {},
'purpose': {},
'replaced_mode' : {}
'purpose': {}
}
writeResultProfile = get_profile_db().update_one(
{'user_id': uuid},
Expand Down

0 comments on commit cea1bae

Please sign in to comment.