Commit 0e6fd5e929ac232a9dd12dea1e55ec0ad8332d2c

Authored by Adhidarma Hadiwinoto
1 parent 4ee545787f
Exists in master

responseObject

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

... ... @@ -209,7 +209,7 @@ function callbackReport(requestId, responseCode, msg, rawResponse, dontResendDel
209 209 raw: rawResponse
210 210  
211 211 }
212   - _callbackReport(requestId, responseCode, msg, null, rawResponse);
  212 + _callbackReport(requestId, responseCode, msg, null, responseObject);
213 213 }
214 214 alreadyPending.set(requestId, '68');
215 215 }