SakibulMowla / catch-up

4 stars 2 forks source link

All the meetings organised by a particular run of the script should have same timestamp #49

Closed SakibulMowla closed 2 years ago

SakibulMowla commented 2 years ago

Currently it's created every time there's a call to the recordMeeting function https://github.com/SakibulMowla/catch-up/blob/c88c326c3b3046db6f3dd794d3406ffbd165af05/src/organizer.js#L38. That's why every timestamp is slightly different. currentDatetimeString can be moved out of the class to the constructor maybe so that every meeting gets exact same timestamp.