Skip to content

Commit e57d62b

Browse files
committed
fix: didcomm connection runner message filtering
1 parent 395976a commit e57d62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)