gymbox-bot
gymbox-bot copied to clipboard
Booking strike bug
if you run the node command on Thursday evening at 6pm:
node cli.js -c run
but you have a class for Thursday entered in your classByDay.json:
{
"Thursday": {
"className": "Ripped & Stripped",
"time": "12:00",
"location": "Farringdon"
}
}
The Thursday class will still be booked, resulting in a booking strike.