Fix daily submission counter
Description
We were using now().day
, instead of now().date()
, hence counting submissions from the same day on different months or years.
Issues this PR resolves
Checklist
-
Code review by me -
Hand tested by me -
I'm proud of my work -
Code review by reviewer -
Hand tested by reviewer -
CircleCi tests are passing -
Ready to merge