@riocrypto/common-server 1.0.633 → 1.0.635

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.
@@ -26,7 +26,7 @@ const getPlatformAndPartnerFees = (amountFiat, fiat, processor, country, partner
26
26
  let partnerFeeFiat = 0;
27
27
  let amountUSD;
28
28
  let conversionRateToUSD = 0;
29
- const RioSettings = yield (0, rio_settings_1.buildRioSettings)(mongoose_1.default);
29
+ const RioSettings = (0, rio_settings_1.buildRioSettings)(mongoose_1.default);
30
30
  const rioSettings = yield RioSettings.findOne();
31
31
  if (!rioSettings) {
32
32
  throw new common_1.RioSettingsNotFoundError();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.633",
3
+ "version": "1.0.635",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",