@ranty/ranty-sdk 0.0.12 → 0.0.13
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.
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14509,7 +14509,8 @@ function ga(r, e) {
|
|
|
14509
14509
|
requestedValidationChannelId: e
|
|
14510
14510
|
}), console.log("requestedChannel", t);
|
|
14511
14511
|
try {
|
|
14512
|
-
|
|
14512
|
+
const n = yield r.initiateValidation(t);
|
|
14513
|
+
return console.log("initiateValidation", n), n;
|
|
14513
14514
|
} catch (n) {
|
|
14514
14515
|
throw console.error(n.details), Bt(), n;
|
|
14515
14516
|
}
|