Commit b09a296804dbbcc021dee75578cb9101bdc72508

Authored by Adhidarma Hadiwinoto
1 parent 10577ce2af
Exists in master

insertTaskToMongoDb

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

... ... @@ -245,7 +245,6 @@ function topupRequest(task) {
245 245 }
246 246  
247 247 aaa.insertTaskToMongoDb(task);
248   -
249 248 antiSameDayDupe.check(task, _topupRequest, onSameDayDupe, _topupStatus);
250 249 }
251 250