Skip to content

Commit

Permalink
chore: synchronize workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 30, 2024
1 parent ed9650b commit 18e42ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwk/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func GetOrGenerateKeys(ctx context.Context, r InternalRegistry, m Manager, set,
return nil, err
}

privKey, err := FindPrivateKey(keys)
privKey, err = FindPrivateKey(keys)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 18e42ca

Please sign in to comment.