You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
startTimestamp: moment(completedStartTimestamp).clone().add(config.INTERVIEW_COMPLETED_MATCH_WINDOW),// add WINDOW to not receive "completed interview" email
51
-
duration,
52
-
endTimeStamp: moment(completedEndTimestamp).clone().add(config.INTERVIEW_COMPLETED_MATCH_WINDOW),// add WINDOW to not receive "completed interview" email
53
-
guestNames: ['guest1','guest2'],
54
-
hostName: 'hostName'
55
-
})
56
48
57
49
// reset upcoming resource booking expiration records
0 commit comments