Fix string concat in case of no email in analytics api
requested to merge github/fork/OhMaley/fix/storage/analytics-api-handle-none-edge-case into fix/storage/analytics-api-handle-none-edge-case
A brief description of the purpose of the changes contained in this PR.
Fixes the bug where the analytics API calls for displaying Competitions and Users usage crashes due to nonexistent email linked to any user.
The solution adds a default string value in such case, None and str concatenation (which does not exist)
Issues this PR resolves
Checklist
-
Code review by me -
Hand tested by me -
I'm proud of my work -
Ready to merge