From 4da168d66bd6cc4e33645c42905faa1597e118f0 Mon Sep 17 00:00:00 2001
From: Adhidarma Hadiwinoto <me@adhisimon.org>
Date: Thu, 6 Oct 2016 19:21:06 +0700
Subject: [PATCH] hapus dontResendDelay

---
 partner-otomax.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/partner-otomax.js b/partner-otomax.js
index 204bf39..c71ccd3 100644
--- a/partner-otomax.js
+++ b/partner-otomax.js
@@ -54,7 +54,7 @@ function start(options) {
 }
 
 function callbackReport(requestId, rc, message) {
-    if (rc != '68' || dontResendDelay) {
+    if (rc != '68') {
         resendDelay.cancel(requestId);
     } else {
         taskHistory.get(requestId, function(err, archivedTask) {
-- 
1.9.0