This commit is contained in:
kolaente 2021-02-13 22:12:04 +01:00
parent 4c88c91b85
commit d6918d634f
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 3 additions and 1 deletions

View File

@ -17,6 +17,8 @@
package models
import (
"encoding/json"
"code.vikunja.io/api/pkg/db"
"code.vikunja.io/api/pkg/events"
"code.vikunja.io/api/pkg/log"
@ -24,7 +26,6 @@ import (
"code.vikunja.io/api/pkg/modules/keyvalue"
"code.vikunja.io/api/pkg/notifications"
"code.vikunja.io/api/pkg/user"
"encoding/json"
"github.com/ThreeDotsLabs/watermill/message"
)

View File

@ -18,6 +18,7 @@ package models
import (
"time"
"xorm.io/builder"
"code.vikunja.io/api/pkg/user"