Commit 5dbce6d2ec682c49289af1b7452b30a7684c6815
1 parent
8217aa236d
Exists in
master
perbaikan kesalahan nama variabel rc
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 (responseCode != '68' || dontResendDelay) { | |
57 | + if (rc != '68' || dontResendDelay) { | |
58 | 58 | resendDelay.cancel(requestId); |
59 | 59 | } else { |
60 | 60 | taskHistory.get(requestId, function(err, archivedTask) { |