Commit 7f154bb8689bd8c5fbf79cdae0f897f1791903da
1 parent
015040bab5
Exists in
master
Perbaikan parameter trx_id pada parseResult dari hit
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
lib/hit.js
... | ... | @@ -74,7 +74,7 @@ module.exports = async (xid, task) => { |
74 | 74 | } |
75 | 75 | |
76 | 76 | logger.verbose(`${MODULE_NAME} D0CBD82A: Parsing response`, { xid }); |
77 | - parseResult(xid, null, response.data, false); | |
77 | + parseResult(xid, task.trx_id, response.data, false); | |
78 | 78 | } catch (e) { |
79 | 79 | eToDump = e; |
80 | 80 |