Skip to content

Commit

Permalink
map fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lisicky committed Jan 31, 2024
1 parent 9303bd4 commit b7aab0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mapper/collect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ impl EventWriter {

pub fn collect_certificate_records(
&self,
certificates: &Vec<Certificate>,
certificates: &Certificates,
) -> Vec<CertificateRecord> {
certificates
.iter()
Expand Down

0 comments on commit b7aab0e

Please sign in to comment.