fix: missing service tests #181
This commit was merged in pull request #202.
This commit is contained in:
@@ -145,7 +145,7 @@ func (handler HandlerAuthImpl) handleSignUp() http.HandlerFunc {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
go handler.service.SendVerificationMail(user)
|
||||
go handler.service.SendVerificationMail(user.Id, user.Email)
|
||||
return nil, nil
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user