Commit f1e517e44afa6439a3f184b95b51d09cbd8b8166

Authored by Adhidarma Hadiwinoto
1 parent aa94934acb
Exists in master

debug

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

gateway/resend-delay.js
... ... @@ -27,7 +27,7 @@ function _resend(task, request) {
27 27 }
28 28  
29 29 function cancel(_task) {
30   - config && config.auto_resend && config.auto_resend.debug && logger.verbose('SDK-RESEND-DELAY: Preparing', {task: _task});
  30 + config && config.auto_resend && config.auto_resend.debug && logger.verbose('SDK-RESEND-DELAY: Preparing', {task: _task, typeof_task: typeof _task});
31 31  
32 32 const trx_id = ( typeof _task === 'string' ) ? _task : _task.trx_id;
33 33 if (!trx_id) {