Compare View

switch
from
...
to
 
Commits (2)

Changes

Showing 2 changed files Side-by-side Diff

gateway/resend-delay.js
... ... @@ -27,6 +27,8 @@ 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});
  31 +
30 32 const trx_id = ( typeof _task === 'string' ) ? _task : _task.trx_id;
31 33 if (!trx_id) {
32 34 logger.warn('SDK-RESEND-DELAY: Skipping cancel because of undefined trx_id');
1 1 {
2 2 "name": "komodo-sdk",
3   - "version": "1.26.5",
  3 + "version": "1.26.6",
4 4 "description": "SDK for Komodo",
5 5 "main": "index.js",
6 6 "scripts": {