This commit is contained in:
kolaente 2021-02-14 23:11:39 +01:00
parent bef22f5756
commit 911e5b22ee
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 1 deletions

View File

@ -17,12 +17,13 @@
package user
import (
"code.vikunja.io/api/pkg/db"
"errors"
"fmt"
"reflect"
"time"
"code.vikunja.io/api/pkg/db"
"xorm.io/xorm"
"code.vikunja.io/web"