We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395976a commit e57d62bCopy full SHA for e57d62b
AtalaPrismSDK/PrismAgent/Sources/Protocols/Connection/DIDCommConnectionRunner.swift
@@ -26,7 +26,7 @@ class DIDCommConnectionRunner {
26
try await connection.sendMessage(request.makeMessage())
27
let message = try await pluto.getAllMessagesReceived()
28
.flatMap { $0.publisher }
29
- .first { $0.thid == request.id }
+ .first { $0.thid == request.thid }
30
.await()
31
32
guard
0 commit comments