Remove obsolete code

This commit is contained in:
eikek
2022-01-11 21:09:38 +01:00
parent d0d37de6ac
commit 42d631876d
6 changed files with 10 additions and 274 deletions

View File

@ -12,6 +12,13 @@ import emil.MailAddress
import io.circe.generic.semiauto
import io.circe.{Decoder, Encoder}
/** Arguments to the notification task.
*
* This tasks queries items with a due date and informs the user via mail.
*
* If the structure changes, there must be some database migration to update or remove
* the json data of the corresponding task.
*/
final case class PeriodicDueItemsArgs(
account: AccountId,
channel: ChannelOrRef,