Remove unneeded error checks
This commit is contained in:
parent
e259872bb5
commit
b45233b87c
3 changed files with 0 additions and 9 deletions
|
|
@ -69,9 +69,6 @@ func (auth *Auth) User(ctx context.Context, name string) (user *AuthUser, err er
|
|||
if err != nil {
|
||||
return
|
||||
}
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
|
||||
user = &AuthUser{}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue