Skip to content

Commit

Permalink
[WIP] feat: Did wallet mapping
Browse files Browse the repository at this point in the history
Signed-off-by: Shailesh Patil <[email protected]>
  • Loading branch information
mineme0110 committed Aug 17, 2023
1 parent 4d3c50e commit f039954
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,7 @@ private class DidWalletMappingServiceImpl(
.mapError(RepositoryError.apply)
} yield records
}

// override def getDidWalletMappingRecord(
// recordId: UUID
// ): IO[DidWalletMappingServiceError, Option[DidWalletMappingRecord]] = {
// for {
// record <- didWalletMappingRepository
// .getDidWalletMappingRecord(recordId)
// .mapError(RepositoryError.apply)
// } yield record
// }


override def getDidWalletMappingByWalletId(
walletId: WalletId
Expand Down

0 comments on commit f039954

Please sign in to comment.