MentorsWithoutBorders / mwb-connect-backend

Apache License 2.0
3 stars 3 forks source link

50 Fixed type casting issue in stats api #27

Closed ugudlado closed 1 year ago

ugudlado commented 1 year ago

Issue: I assumed typescript number + number will end up with number. But in reduce and as part of json, it is casted to string and thus causing this issue.

Fix: cast current value to number

After fix:

Screenshot 2023-09-05 at 12 52 43 AM