@medievalrain/binance-ts 0.5.1 → 0.5.2
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 +0 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -582,7 +582,6 @@ var MalformedParamError = class extends ResponseError {
|
|
|
582
582
|
}
|
|
583
583
|
parseParam(message) {
|
|
584
584
|
const match = message.match(/'([^']+)'/);
|
|
585
|
-
if (match) console.log(match[1]);
|
|
586
585
|
if (!match) throw new ErrorMessageParsingError("Can't parse param data");
|
|
587
586
|
return String(match[1]);
|
|
588
587
|
}
|