diff options
Diffstat (limited to 'system/db/user.go')
-rw-r--r-- | system/db/user.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/db/user.go b/system/db/user.go index f6bc4db..f4862b5 100644 --- a/system/db/user.go +++ b/system/db/user.go @@ -5,8 +5,9 @@ import ( "encoding/json" "errors" + "../admin/user" + "github.com/boltdb/bolt" - "github.com/bosssauce/ponzu/system/admin/user" ) // ErrUserExists is used for the db to report to admin user of existing user |