fix: typo
This commit is contained in:
parent
1b9c4204a8
commit
49d8713388
@ -182,7 +182,7 @@ func getTasksWithRemindersDueAndTheirUsers(s *xorm.Session, now time.Time) (remi
|
|||||||
|
|
||||||
// This ensures we send each reminder only once to each user
|
// This ensures we send each reminder only once to each user
|
||||||
if seen[r.TaskID] == nil {
|
if seen[r.TaskID] == nil {
|
||||||
seen[r.Ta2skID] = make(map[int64]bool)
|
seen[r.TaskID] = make(map[int64]bool)
|
||||||
}
|
}
|
||||||
|
|
||||||
if _, exists := seen[r.TaskID][u.User.ID]; exists {
|
if _, exists := seen[r.TaskID][u.User.ID]; exists {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user