diff options
| author | stuppie | 2026-02-27 19:46:20 -0600 |
|---|---|---|
| committer | stuppie | 2026-02-27 19:46:20 -0600 |
| commit | 19a97da80ae740bb1cf92fc911e6efc210aa05a8 (patch) | |
| tree | 1727b81e78fcb64a126841cd35b4a70800b8dae3 /jb | |
| parent | 296ddd716fbb9140143ed72382da36d373041eee (diff) | |
| download | amt-jb-19a97da80ae740bb1cf92fc911e6efc210aa05a8.tar.gz amt-jb-19a97da80ae740bb1cf92fc911e6efc210aa05a8.zip | |
get_user_profile fix pt 2
Diffstat (limited to 'jb')
| -rw-r--r-- | jb/managers/thl.py | 2 |
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) |
