Commit 7c08d5ed9940e11127e1bb8d7d501af3e1c73373

Authored by Adhidarma Hadiwinoto
1 parent 0a43e974d1
Exists in master

typo fix again

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

... ... @@ -65,7 +65,7 @@ function cleanBalance(balance) {
65 65 }
66 66  
67 67 function processPartnerResponseBody(body, task) {
68   - let response = decodeResponseBody(responseBody);
  68 + let response = decodeResponseBody(body);
69 69 let messages = [];
70 70  
71 71 if (!response) {