From 19a97da80ae740bb1cf92fc911e6efc210aa05a8 Mon Sep 17 00:00:00 2001 From: stuppie Date: Fri, 27 Feb 2026 19:46:20 -0600 Subject: get_user_profile fix pt 2 --- jb/managers/thl.py | 2 ++ 1 file changed, 2 insertions(+) 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) -- cgit v1.2.3