react-native-authsignal 1.3.0 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -142,7 +142,7 @@ class AuthsignalDeviceModule: NSObject {
|
|
|
142
142
|
if let error = response.error {
|
|
143
143
|
reject(response.errorCode ?? "unexpected_error", error, nil)
|
|
144
144
|
} else if let data = response.data {
|
|
145
|
-
let result: [String:
|
|
145
|
+
let result: [String: Any?] = [
|
|
146
146
|
"success": data.success,
|
|
147
147
|
"userAgent": data.userAgent,
|
|
148
148
|
"ipAddress": data.ipAddress,
|