We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f99b4a commit 712ca5cCopy full SHA for 712ca5c
src/index.js
@@ -393,7 +393,7 @@ async function main() {
393
const meetingNoticeJob = new CronJob(
394
MEETING_NOTICE_TIME,
395
() => {
396
- notify(`Meeting will start in 15 minutes🕒`)
+ notify(`Meeting will start in 15 minutes 🕒`)
397
.then(() => console.log('MeetingNotice Job Completed'))
398
.catch(HawkCatcher.send);
399
},
0 commit comments