Commit e0be11e58c79409f247c665c0ccf5ade05b68698

Authored by Adhidarma Hadiwinoto
1 parent 7663b06b65
Exists in master

typo

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

partner-trustlink.js
... ... @@ -161,4 +161,5 @@ function directResponseHandler(body, task) {
161 161 });
162 162 }
163 163  
164   -export.start = start;
  164 +exports.start = start;
  165 +exports.topupRequest = topupRequest;