Skip to content

Commit a244348

Browse files
authored
Remove "today" from due date notification (#107)
1 parent 36c3ca6 commit a244348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/repos/notifier/notifier.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func (r *NotificationRepository) GenerateNotifications(c context.Context, task *
5757
UserID: task.CreatedBy,
5858
IsSent: false,
5959
ScheduledFor: *task.NextDueDate,
60-
Text: fmt.Sprintf("📅 *%s* is due today", task.Title),
60+
Text: fmt.Sprintf("📅 *%s* is due", task.Title),
6161
})
6262
}
6363

0 commit comments

Comments
 (0)