Commit 4da168d66bd6cc4e33645c42905faa1597e118f0
1 parent
9d5467ecba
Exists in
master
hapus dontResendDelay
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
partner-otomax.js
... | ... | @@ -54,7 +54,7 @@ function start(options) { |
54 | 54 | } |
55 | 55 | |
56 | 56 | function callbackReport(requestId, rc, message) { |
57 | - if (rc != '68' || dontResendDelay) { | |
57 | + if (rc != '68') { | |
58 | 58 | resendDelay.cancel(requestId); |
59 | 59 | } else { |
60 | 60 | taskHistory.get(requestId, function(err, archivedTask) { |