Commit 7a475ed376a50b872bb44c73fbb3700e846c7cd3

Authored by Adhidarma Hadiwinoto
1 parent 9b569c12be
Exists in master

typo

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

partner-kospinjasa.js
... ... @@ -88,7 +88,7 @@ function saldoCheck(callback, task) {
88 88 callback(task, balance);
89 89 }
90 90 });
91   - }
  91 + });
92 92  
93 93 }
94 94