alextselegidis / easyappointments

:date: Easy!Appointments - Self Hosted Appointment Scheduler
https://easyappointments.org
GNU General Public License v3.0
3.28k stars 1.26k forks source link

fix loop when going a month back in an edge case #1577

Open ml1nk opened 2 months ago

ml1nk commented 2 months ago

If you are switching back from a month further ahead the variable monthChangeStep is -1 it loops in line 285 to 288 in booking_http_client endlessly.