Skip to content

Commit

Permalink
Update src/core/metadata/parameters/verifier.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob <[email protected]>
  • Loading branch information
Ryanmtate and cobward authored Nov 25, 2024
1 parent bcc5b5d commit b7e3027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/metadata/parameters/verifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ impl VpFormats {
pub fn supports_security_method(
&self,
format: &ClaimFormatDesignation,
security_method: &String,
security_method: &str,
) -> bool {
match self.0.get(format) {
Some(ClaimFormatPayload::Alg(alg_values))
Expand Down

0 comments on commit b7e3027

Please sign in to comment.