Compare View

switch
from
...
to
 
Commits (2)

Changes

Showing 2 changed files Side-by-side Diff

... ... @@ -104,7 +104,7 @@ function updateTaskOnMatrix(trx_id, rc) {
104 104 matrix.sdk_unresponsed_tasks.splice(unresponsed_task_idx, 1);
105 105 }
106 106  
107   - if (rc !== '68') {
  107 + if (rc === '68') {
108 108 return;
109 109 }
110 110  
1 1 {
2 2 "name": "komodo-sdk",
3   - "version": "1.20.0",
  3 + "version": "1.20.1",
4 4 "description": "SDK for Komodo",
5 5 "main": "index.js",
6 6 "scripts": {