Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gferon committed Oct 23, 2024
1 parent da8a074 commit f096e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sender.rs
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ where
}) = self
.create_encrypted_messages(
&recipient,
uDnidentified_access.map(|x| &x.certificate),
unidentified_access.map(|x| &x.certificate),
&content_bytes,
)
.await?
Expand Down

0 comments on commit f096e52

Please sign in to comment.