Commit da236d0f7bb117accdaedb471a8fd1281e7d05b9

Authored by Adhidarma Hadiwinoto
1 parent 3ccf2012e6
Exists in master

Fix urljoin di full endpoint

Showing 1 changed file with 1 additions and 1 deletions 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