@fileverse-dev/formulajs 4.4.11-mod-95 → 4.4.11-mod-97
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/lib/browser/formula.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @fileverse-dev/formulajs v4.4.11-mod-
|
|
1
|
+
/* @fileverse-dev/formulajs v4.4.11-mod-97 */
|
|
2
2
|
var _excluded = [ "confirmations", "dataDecoded" ];
|
|
3
3
|
|
|
4
4
|
function _objectWithoutProperties(e, t) {
|
|
@@ -18276,7 +18276,7 @@ function _typeof(o) {
|
|
|
18276
18276
|
return _SMARTCONTRACT.apply(this, arguments);
|
|
18277
18277
|
}
|
|
18278
18278
|
var tallyParamsSchema = objectType({
|
|
18279
|
-
query: enumType([ "
|
|
18279
|
+
query: enumType([ "organization", "proposal" ]),
|
|
18280
18280
|
slug: stringType()
|
|
18281
18281
|
});
|
|
18282
18282
|
function TALLY() {
|
|
@@ -18314,25 +18314,18 @@ function _typeof(o) {
|
|
|
18314
18314
|
|
|
18315
18315
|
case 12:
|
|
18316
18316
|
_data5 = _context31.sent;
|
|
18317
|
-
if (!(_data5 !== null && _data5 !== void 0 && _data5.organization)) {
|
|
18318
|
-
_context31.next = 15;
|
|
18319
|
-
break;
|
|
18320
|
-
}
|
|
18321
|
-
return _context31.abrupt("return", [ _data5.organization ]);
|
|
18322
|
-
|
|
18323
|
-
case 15:
|
|
18324
18317
|
return _context31.abrupt("return", _data5);
|
|
18325
18318
|
|
|
18326
|
-
case
|
|
18327
|
-
_context31.prev =
|
|
18319
|
+
case 16:
|
|
18320
|
+
_context31.prev = 16;
|
|
18328
18321
|
_context31.t0 = _context31["catch"](0);
|
|
18329
18322
|
return _context31.abrupt("return", errorMessageHandler(_context31.t0, "TALLY"));
|
|
18330
18323
|
|
|
18331
|
-
case
|
|
18324
|
+
case 19:
|
|
18332
18325
|
case "end":
|
|
18333
18326
|
return _context31.stop();
|
|
18334
18327
|
}
|
|
18335
|
-
}), _callee28, null, [ [ 0,
|
|
18328
|
+
}), _callee28, null, [ [ 0, 16 ] ]);
|
|
18336
18329
|
})));
|
|
18337
18330
|
return _TALLY.apply(this, arguments);
|
|
18338
18331
|
}
|