Skip to content

Commit

Permalink
removing space for formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zveinn committed Oct 24, 2023
1 parent 3642659 commit 8166d7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ func (v *verifyIdentity) Authenticate(req *http.Request) (*api.Request, api.Erro
s.Log.DebugContext(req.Context(), err.Error(), "req", req)
return nil, err
}

if identity == s.Admin {
return &api.Request{
Request: req,
Expand Down

0 comments on commit 8166d7e

Please sign in to comment.