Commit 5e82936a82ab88082ede0d0c3b6d2b007267f823

Authored by Adhidarma Hadiwinoto
1 parent 13829a751e
Exists in master

typo fix

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -133,7 +133,7 @@ function topupAdvice(task) {
133 133 }
134 134  
135 135 const requestOptions = {
136   - url: config.h2h_out.partner.replace(/\/+$/, '') + '/' + createUrlPathAdvice(pathParams).replace(/^\/+/, '');
  136 + url: config.h2h_out.partner.replace(/\/+$/, '') + '/' + createUrlPathAdvice(pathParams).replace(/^\/+/, '')
137 137 }
138 138  
139 139 logger.verbose('Requeting advice to partner', {requestOptions: requestOptions});