Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Ahmed Moussa <ahmed.moussa@iohk.io>
  • Loading branch information
cristianIOHK and hamada147 authored Oct 18, 2023
1 parent 56fc4f8 commit 0ae4ebc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class MercuryImpl(
}
}
logger.debug(
message = "Sending message with type` ${message.piuri}",
message = "Sending message with type ${message.piuri}",
metadata = arrayOf(
Metadata.MaskedMetadataByLevel(
key = "Sender",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ VALUES (:id, :nonce, :linkSecretName, :linkSecretBlindingData);
fetchCredentialMetadata:
SELECT *
FROM CredentialMetadata
WHERE linkSecretName = ?;
WHERE linkSecretName = ?;

0 comments on commit 0ae4ebc

Please sign in to comment.