Skip to content

Commit

Permalink
fix server.go:243:6: no new variables on left side of :=
Browse files Browse the repository at this point in the history
  • Loading branch information
zonghuili2019 committed Jul 2, 2021
1 parent 68172d1 commit bef5bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ func (s *Server) GetAuthorizeToken(ctx context.Context, req *AuthorizeRequest) (
}
}

tgr := &oauth2.TokenGenerateRequest{
tgr = &oauth2.TokenGenerateRequest{
ClientID: req.ClientID,
UserID: req.UserID,
RedirectURI: req.RedirectURI,
Expand Down

0 comments on commit bef5bed

Please sign in to comment.