gymbox-bot icon indicating copy to clipboard operation
gymbox-bot copied to clipboard

Booking strike bug

Open tmerlet opened this issue 5 years ago • 0 comments

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.

tmerlet avatar Sep 01 '19 18:09 tmerlet