Skip to content

Commit 712ca5c

Browse files
e11syneSpecc
andauthored
Update src/index.js
Co-authored-by: Peter <[email protected]>
1 parent 0f99b4a commit 712ca5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ async function main() {
393393
const meetingNoticeJob = new CronJob(
394394
MEETING_NOTICE_TIME,
395395
() => {
396-
notify(`Meeting will start in 15 minutes🕒`)
396+
notify(`Meeting will start in 15 minutes 🕒`)
397397
.then(() => console.log('MeetingNotice Job Completed'))
398398
.catch(HawkCatcher.send);
399399
},

0 commit comments

Comments
 (0)