Commit 4fa2023a319c0cc89b9d0cf301af2ac745d859bb

Authored by Adhidarma Hadiwinoto
1 parent 4da168d66b
Exists in master

typo variabel aaa fix

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

... ... @@ -65,7 +65,7 @@ function callbackReport(requestId, rc, message) {
65 65 });
66 66 }
67 67  
68   - options.aaa.callbackReportWithPushToMongoDb(requestId, rc, message);
  68 + aaa.callbackReportWithPushToMongoDb(requestId, rc, message);
69 69 }
70 70  
71 71 function topupRequest(task) {