Commit 1a1c2058c67084f195a8bc11a550bc6192ab63f1
1 parent
733cd34aeb
Exists in
master
typo
Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff
partner-bnisp.js
... | ... | @@ -4,7 +4,7 @@ const http = require('http'); |
4 | 4 | http.globalAgent.maxSockets = Infinity; |
5 | 5 | |
6 | 6 | const request = require('request'); |
7 | -const resendDelay = require('./resend-delay') | |
7 | +const resendDelay = require('sate24/resend-delay') | |
8 | 8 | |
9 | 9 | var config; |
10 | 10 | var aaa; |
... | ... | @@ -46,7 +46,7 @@ function callbackReport(requestId, rc, message, options) { |
46 | 46 | } else { |
47 | 47 | resendDelay.cancel(options.task) |
48 | 48 | } |
49 | - | |
49 | + | |
50 | 50 | aaa.callbackReportWithPushToMongoDb(requestId, rc, message); |
51 | 51 | } |
52 | 52 |