Skip to content

Commit

Permalink
fix the call handler
Browse files Browse the repository at this point in the history
  • Loading branch information
nerzh committed Sep 5, 2021
1 parent d5436f0 commit 69d441c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/TonClientSwift/Binding/Binding.swift
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public final class TSDKBindingModule: TSDKBindingPrtcl {
do {
try BindingStore.getResponseHandler(requestId)?(requestId, swiftString, responseType, finished)
} catch {
try! BindingStore.getResponseHandler(requestId)?(
try? BindingStore.getResponseHandler(requestId)?(
requestId,
[
"code": 0,
Expand Down

0 comments on commit 69d441c

Please sign in to comment.