Compare View

switch
from
...
to
 
Commits (2)

Changes

Showing 2 changed files 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) {
1 1 {
2 2 "name": "komodo-sdk",
3   - "version": "1.26.6",
  3 + "version": "1.26.7",
4 4 "description": "SDK for Komodo",
5 5 "main": "index.js",
6 6 "scripts": {