aboutsummaryrefslogtreecommitdiff
path: root/jb/managers/thl.py
diff options
context:
space:
mode:
Diffstat (limited to 'jb/managers/thl.py')
-rw-r--r--jb/managers/thl.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/jb/managers/thl.py b/jb/managers/thl.py
index 4671837..c1cd672 100644
--- a/jb/managers/thl.py
+++ b/jb/managers/thl.py
@@ -32,6 +32,8 @@ def get_user_profile(amt_worker_id: str) -> UserProfile:
user_profile.pop("email_md5", None)
user_profile.pop("email_sha1", None)
user_profile.pop("email_sha256", None)
+ # todo: this contains computed fields inside each streak object
+ user_profile.pop("streaks", None)
# todo: this shouldn't be in here anyways ---v
user_profile['user'].pop("id", None)