Commit 0cb041dc1278c26c0d90ac10a11a7c2b824899b4

Authored by Adhidarma Hadiwinoto
1 parent b779cb580f
Exists in master

var typo

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

... ... @@ -51,7 +51,7 @@ function topupRequest(task, retry) {
51 51  
52 52 if (err) {
53 53 console.log('HTTP Request Error (' + task['requestId'] + '): ');
54   - console.log(error);
  54 + console.log(err);
55 55  
56 56 if (retry) {
57 57