Skip to content

Commit

Permalink
fixup! Enabled Telementry
Browse files Browse the repository at this point in the history
  • Loading branch information
jontyms committed Aug 31, 2024
1 parent 6164041 commit e1fe553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/util/authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ async def wrapper_member(
essay="Sessions last for about fifteen weeks. You need to re-log-in between semesters.",
)
if Settings().telemetry.enable:
set_user({"id": user_jwt["id"]})
set_user({"id": payload["id"]})

return await func(request, token, payload, *args, **kwargs)

Expand Down

0 comments on commit e1fe553

Please sign in to comment.