Skip to content

Commit fcde8b9

Browse files
amagyar-iohkgoncalo-frade-iohk
authored andcommitted
fix: didcomm connection runner message filtering
Signed-off-by: goncalo-frade-iohk <[email protected]>
1 parent 2fa0e44 commit fcde8b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AtalaPrismSDK/PrismAgent/Sources/Protocols/Connection/DIDCommConnectionRunner.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class DIDCommConnectionRunner {
2626
try await connection.sendMessage(request.makeMessage())
2727
let message = try await pluto.getAllMessagesReceived()
2828
.flatMap { $0.publisher }
29-
.first { $0.thid == request.id }
29+
.first { $0.thid == request.thid }
3030
.await()
3131

3232
guard

0 commit comments

Comments
 (0)