kb-dev-lab / UKit

Ukit, a companion app for student of University of Bordeaux
https://ukit-bordeaux.fr/
Apache License 2.0
14 stars 4 forks source link

Fix first day of the month issue #37

Closed thclmnt closed 3 years ago

thclmnt commented 3 years ago

Fix #34 This bug appeared because when requesting Celcat API with the same date as both start and end field, nothing would return when it's the first day of the month (for some mysterious reason).

This PR will hopefully fix this bug by always requesting the next day as the end date field from now on (as Celcat is already doing)

AamuLumi commented 3 years ago

Thanks for the PR @thclmnt :)