Skip to content

Commit

Permalink
Update dueTodayReminder.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
InvalidPathException committed Aug 10, 2024
1 parent f8102a9 commit d06e084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reminders/dueTodayReminder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const dueTodayReminder = async () => {
const urgentItems = filterForUrgentItems(nonBacklogItems);

const dayOfWeek = new Date().getDay();
const emojis = ['🌞', '🌝', '📅', '⭐', '🔮', '🎉', '🌅'];
const emojis = ["🌞", "🌝", "📅", "⭐", "🔮", "🎉", "🌅"];
const dayEmoji = emojis[dayOfWeek];

const message = {
Expand Down

0 comments on commit d06e084

Please sign in to comment.