@riocrypto/common-server 1.0.1223 → 1.0.1225

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.
@@ -97,11 +97,7 @@ const getPlatformFees = (mongoose, conversionRateToUSD, amountFiat, fiat, proces
97
97
  else {
98
98
  volume = Number(amountUSD);
99
99
  }
100
- console.log("treywey");
101
- console.log(country);
102
- console.log(side);
103
100
  for (const range of user.platformFeeRanges[country][side]) {
104
- console.log(range);
105
101
  if (range.min <= Number(volume) && range.max >= Number(volume)) {
106
102
  if (discount) {
107
103
  if (discount > range.fee) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.1223",
3
+ "version": "1.0.1225",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",