Commit 26408d42dffc22823db75a4b704aac31ec41dcd9

Authored by Adhidarma Hadiwinoto
1 parent 6a1c294c9d
Exists in master

another typo

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

partner-kospinjasa.js
... ... @@ -76,7 +76,7 @@ function saldoCheck(callback, task) {
76 76 logger.verbose('saldoCheck result', {result: result});
77 77  
78 78  
79   - if (task) {}
  79 + if (task) {
80 80 callback(task, balance);
81 81 }
82 82 });