Skip to content

Commit

Permalink
fix: use Put and Get for DID in doobie statement (#1250)
Browse files Browse the repository at this point in the history
Signed-off-by: Pat Losoponkul <[email protected]>
Signed-off-by: Shota Jolbordi <[email protected]>
  • Loading branch information
patlo-iog authored and Shota Jolbordi committed Jul 17, 2024
1 parent a80ffab commit 438e1a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ class JdbcDIDNonSecretStorage(xa: Transactor[ContextAwareTask], xb: Transactor[T
| wallet_id
| FROM public.prism_did_wallet_state
| WHERE
| did = ${prismDid.toString}
| did = ${prismDid}
""".stripMargin
.query[WalletId]
.option
Expand Down

0 comments on commit 438e1a6

Please sign in to comment.