Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidallendj committed May 6, 2024
1 parent e120474 commit 6adbc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/boot-script-service/oauth.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func fetchPublicKey(url string) error {
if err != nil {
return fmt.Errorf("failed to marshal JWKS: %v", err)
}
s.tokenAuth, err = jwtauth.NewKeySet(jwks)
tokenAuth, err = jwtauth.NewKeySet(jwks)
if err != nil {
return fmt.Errorf("failed to initialize JWKS: %v", err)
}
Expand Down

0 comments on commit 6adbc46

Please sign in to comment.