fix: lint
This commit is contained in:
parent
f4a0c0ef31
commit
61333c9b7f
|
|
@ -1979,7 +1979,7 @@ func (err *ErrOpenIDBadRequest) Error() string {
|
|||
return err.Message
|
||||
}
|
||||
|
||||
func (err ErrOpenIDBadRequest) HTTPError() web.HTTPError {
|
||||
func (err *ErrOpenIDBadRequest) HTTPError() web.HTTPError {
|
||||
return web.HTTPError{
|
||||
HTTPCode: http.StatusBadRequest,
|
||||
Code: ErrCodeOpenIDError,
|
||||
|
|
|
|||
Loading…
Reference in New Issue