Fix package name

This commit is contained in:
Eike Kettner 2020-05-06 22:09:21 +02:00
parent bd5066740d
commit 9c882e1be9
2 changed files with 2 additions and 3 deletions

View File

@ -5,6 +5,7 @@ import cats.effect._
import emil.javamail._
import docspell.common._
import docspell.joex.hk._
import docspell.joex.notify._
import docspell.joex.process.ItemHandler
import docspell.joex.scheduler._
import docspell.joexapi.client.JoexClient

View File

@ -1,4 +1,4 @@
package docspell.joex.hk
package docspell.joex.notify
import cats.implicits._
import cats.effect._
@ -13,8 +13,6 @@ import docspell.store.queries.QItem
import docspell.joex.scheduler.{Context, Task}
import cats.data.OptionT
import docspell.joex.mail.EmilHeader
import docspell.joex.notify.MailContext
import docspell.joex.notify.MailTemplate
object NotifyDueItemsTask {
val maxItems: Long = 7