Compare View

switch
from
...
to
 
Commits (2)

Changes

Showing 3 changed files Side-by-side Diff

lib/hit/prepaid-topup.js
... ... @@ -34,7 +34,7 @@ module.exports = async (xid, task) => {
34 34 [
35 35 '?',
36 36 querystring.stringify(params),
37   - ],
  37 + ].join(''),
38 38 );
39 39 let lastResponse = null;
40 40  
1 1 {
2 2 "name": "komodo-gw-komodo-httpgetx",
3   - "version": "0.3.9",
  3 + "version": "0.3.10",
4 4 "lockfileVersion": 2,
5 5 "requires": true,
6 6 "packages": {
7 7 "": {
8 8 "name": "komodo-gw-komodo-httpgetx",
9   - "version": "0.3.9",
  9 + "version": "0.3.10",
10 10 "license": "ISC",
11 11 "dependencies": {
12 12 "axios": "^1.1.3",
1 1 {
2 2 "name": "komodo-gw-komodo-httpgetx",
3   - "version": "0.3.9",
  3 + "version": "0.3.10",
4 4 "description": "Komodo gateway to KOMODO HTTPGETX",
5 5 "main": "index.js",
6 6 "scripts": {