Commit b0597d4158c418974d9a6147afbf3c15c4de8edd

Authored by Adhidarma Hadiwinoto
1 parent 6dcab62a16
Exists in master

PULL: perbaikan penghapusan pending_tasks

Showing 1 changed file with 1 additions and 1 deletions 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