Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
Signed-off-by: conanoc <conanoc@gmail.com>
  • Loading branch information
conanoc committed Aug 11, 2023
1 parent 6ce49d8 commit 872ef0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class MediationRecipient {
throw AriesFrameworkError.frameworkError("Invalid mediation invitation. Invitation must have at least one recipient key.")
}

assertInvitationUrl()
try await assertInvitationUrl()

if let connection = await agent.connectionService.findByInvitationKey(recipientKey), connection.isReady() {
try await requestMediationIfNecessry(connection: connection)
Expand Down

0 comments on commit 872ef0b

Please sign in to comment.