mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Better handle no connections
This commit is contained in:
@ -79,7 +79,7 @@ object NotifyDueItemsRoutes {
|
||||
} yield NotificationSettings(
|
||||
task.id,
|
||||
task.enabled,
|
||||
conn.getOrElse(Ident.unsafe("none")),
|
||||
conn.getOrElse(Ident.unsafe("")),
|
||||
task.args.recipients,
|
||||
task.timer,
|
||||
task.args.remindDays,
|
||||
|
Reference in New Issue
Block a user