Skip to content

Commit

Permalink
chore: fix PascalCasing
Browse files Browse the repository at this point in the history
  • Loading branch information
Oran-Dan committed Dec 6, 2024
1 parent ff6fe1d commit f2d8e0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ async fn get_validated_linked_credential_data(
let logo_uri = get_logo_uri(credential_subject, &linked_verifiable_credential, &validated_linked_domains).await;
let issuance_date = linked_verifiable_credential.credential.issuance_date.to_rfc3339();

info!("Linkedverifiablecredential: name: {name:?}, logo_uri: {logo_uri:?}, issuance_date: {issuance_date}");
info!("LinkedVerifiableCredentialData: name: {name:?}, logo_uri: {logo_uri:?}, issuance_date: {issuance_date}");
Some(LinkedVerifiableCredentialData {
name,
logo_uri,
Expand Down

0 comments on commit f2d8e0f

Please sign in to comment.