Skip to content

Commit

Permalink
Update src/sd_jwt.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Yasir <[email protected]>
  • Loading branch information
UMR1352 and itsyaasir authored Oct 15, 2024
1 parent f2ad25f commit 3bebdc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sd_jwt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ where
{
let element_key = path
.next()
.ok_or_else(|| Error::InvalidPath("element at path doens't exist or is not disclosable".to_string()))?;
.ok_or_else(|| Error::InvalidPath("element at path doesn't exist or is not disclosable".to_string()))?;
let has_next = path.peek().is_some();
match object {
// We are just traversing to a deeper part of the object.
Expand Down

0 comments on commit 3bebdc0

Please sign in to comment.