Skip to content

Commit e22b415

Browse files
committed
Fix lint
1 parent c7e3ebf commit e22b415

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

models/user/user.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -698,8 +698,6 @@ func CreateUser(u *User, overwriteDefault ...*CreateUserOverwriteOptions) (err e
698698
return err
699699
}
700700

701-
702-
703701
// insert email address
704702
if err := db.Insert(ctx, &EmailAddress{
705703
UID: u.ID,

0 commit comments

Comments
 (0)