mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 01:22:54 +00:00
refactor: change to current meeting time
This commit is contained in:
@@ -204,9 +204,9 @@ export const MAX_DEPTH_FOR_REMINDER = 2;
|
|||||||
export const NEXT_MEETING = moment()
|
export const NEXT_MEETING = moment()
|
||||||
.startOf('week')
|
.startOf('week')
|
||||||
// tslint:disable-next-line:no-magic-numbers
|
// tslint:disable-next-line:no-magic-numbers
|
||||||
.hour(15)
|
.hour(10)
|
||||||
// tslint:disable-next-line:no-magic-numbers
|
// tslint:disable-next-line:no-magic-numbers
|
||||||
.day(2);
|
.day(3);
|
||||||
|
|
||||||
if (NEXT_MEETING.isBefore(moment())) {
|
if (NEXT_MEETING.isBefore(moment())) {
|
||||||
NEXT_MEETING.add(1, 'week');
|
NEXT_MEETING.add(1, 'week');
|
||||||
|
|||||||
Reference in New Issue
Block a user