Skip to content

Commit

Permalink
fix: typo in kotlin
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
berendsliedrecht committed Nov 5, 2024
1 parent 7488aa0 commit c32389f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class MdocDataTransfer(
MdocDataTransferEvent.ON_REQUEST_RECEIVED,
mapOf(
("deviceRequest" to request.deviceRequestBytes.asList()),
("sessionTranscript" tot request.sessionTranscriptBytes.asList())
("sessionTranscript" to request.sessionTranscriptBytes.asList())
)
)
}
Expand Down

0 comments on commit c32389f

Please sign in to comment.