Commit 8ea2305a03ccb6ed8dbc25b68a3ccb9deeb0c063

Authored by Adhidarma Hadiwinoto
1 parent 4e75594977
Exists in master

Perbaikan dump request

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

lib/dumper/request.js
... ... @@ -76,6 +76,7 @@ HIT EXCEPTION: ${
76 76 : '-'
77 77 }
78 78  
  79 +TYPE OF RESPONSE BODY: ${typeof axiosResponse.data}
79 80 RESPONSE BODY:
80 81 ${
81 82 (
... ... @@ -116,8 +116,8 @@ module.exports = async (xid, task) => {
116 116 task,
117 117 endpointUrl,
118 118 payload,
119   - axiosConfig,
120 119 response.config || axiosConfig,
  120 + response,
121 121 eToDump,
122 122 );
123 123 }