From d2d9093e7fc4439132127cc3044176fc80cd972b Mon Sep 17 00:00:00 2001
From: Adhidarma Hadiwinoto <me@adhisimon.org>
Date: Thu, 28 May 2020 11:54:04 +0700
Subject: [PATCH] config,postpaid_pull_interval_ms

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

diff --git a/index.js b/index.js
index 2fa4a59..e0d0695 100644
--- a/index.js
+++ b/index.js
@@ -88,7 +88,7 @@ const getTaskLooper = async () => {
 
     setTimeout(() => {
         getTaskLooper();
-    }, config.pull_interval_ms || 1000);
+    }, config,postpaid_pull_interval_ms || config.pull_interval_ms || 1000);
 };
 
 exports.setPartner = (val) => {
-- 
1.9.0