mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-12 01:09:00 +00:00
refactor: fix code smells
This commit is contained in:
@@ -32,7 +32,7 @@ type WellKnownController struct {
|
||||
func (wkc *WellKnownController) jwksHandler(c *gin.Context) {
|
||||
jwks, err := wkc.jwtService.GetPublicJWKSAsJSON()
|
||||
if err != nil {
|
||||
c.Error(err)
|
||||
_ = c.Error(err)
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user