Skip to content
Snippets Groups Projects
Commit 9c3f5823 authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Fix E2ESend wrapper

parent f94e5222
No related branches found
No related tags found
2 merge requests!102Release 1.0.0,!47Update Bindings.xcframework
...@@ -21,7 +21,7 @@ extension E2ESend { ...@@ -21,7 +21,7 @@ extension E2ESend {
messageType, messageType,
recipientId: recipientId, recipientId: recipientId,
payload: payload, payload: payload,
e2eParams: e2eParams e2eParamsJSON: e2eParams
) )
return try E2ESendReport.decode(reportData) return try E2ESendReport.decode(reportData)
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment