mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-02 13:32:51 +00:00
Fix package name
This commit is contained in:
parent
bd5066740d
commit
9c882e1be9
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user