Commit 48bbb15c81f82cbe050001d8cd33ecad135a83a5
1 parent
e9a9930ccc
Exists in
master
typo
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
xmlrpc-server.js
... | ... | @@ -347,7 +347,7 @@ function sendTopUpReport(reverseUrls, params, urlIdx, retry) { |
347 | 347 | |
348 | 348 | try { |
349 | 349 | if (Object.keys(topUpReportError).length >= 0) { |
350 | - logger.warn('Error sending topUpReport retrying another url (if available)', {error: topUpReportError); | |
350 | + logger.warn('Error sending topUpReport retrying another url (if available)', {error: topUpReportError}); | |
351 | 351 | sendTopUpReport(reverseUrls, params, ++urlIdx, retry); |
352 | 352 | return; |
353 | 353 | } |