Skip to content

Commit

Permalink
Fix typo for immediate credential response (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
franklovefrank authored Nov 14, 2023
1 parent 45be821 commit 8e4bd58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/credential.rs
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ where
CR: CredentialResponseProfile,
{
#[serde(bound = "CR: CredentialResponseProfile")]
Immedate(CR),
Immediate(CR),
Deferred {
transaction_id: Option<String>, // must be present if credential is None (is the profile)
},
Expand Down

0 comments on commit 8e4bd58

Please sign in to comment.