Skip to content

Fix string concat in case of no email in analytics api

Original PR

  • #1585

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

#1577 (closed)

Checklist

  • Code review by reviewer
  • Hand tested by reviewer
  • CircleCI tests passing
  • Ready to merge

Merge request reports

Loading