Commit 89288b1ed6b31159d8f5562bdbbfe14f8105b269

Authored by Adhidarma Hadiwinoto
1 parent 974c2aabac
Exists in master

coba aktifkan kembali resendDelay

Showing 1 changed file with 1 additions and 4 deletions Side-by-side Diff

... ... @@ -60,8 +60,7 @@ function start(options) {
60 60 function callbackReport(requestId, rc, message, options) {
61 61 aaa.callbackReportWithPushToMongoDb(requestId, rc, message);
62 62  
63   - /*
64   - if (!options.task) {
  63 + if (!options || !options.task) {
65 64 return;
66 65 }
67 66  
... ... @@ -70,8 +69,6 @@ function callbackReport(requestId, rc, message, options) {
70 69 } else {
71 70 resendDelay.cancel(options.task)
72 71 }
73   - */
74   -
75 72 }
76 73  
77 74 function topupRequest(task, pendingOnConnectError) {