Tzyinc / FreeANot_bot

bot for people to share timetable and check who's free
1 stars 0 forks source link

creating odd week and even week should be functional and not using global variables #4

Closed Tzyinc closed 7 years ago

Tzyinc commented 7 years ago

in index.js, Line 8 and 9 var oddWeek = [] var evenWeek = [] is declared as a global variable. In telegram, every user is running the same instance of index.js (index.js is on server side not client side) this means that 2 users creating timetable at the same time will use the same arrays as opposed to their own arrays