Compare View

switch
from
...
to
 
Commits (2)

Changes

Showing 3 changed files Side-by-side Diff

lib/webhook-sender.js
... ... @@ -37,7 +37,7 @@ const dumper = async (xid, webhookType, body) => {
37 37 const filename = [
38 38 [moment().format('YYYYMMDD-HHmmssSSS'), xid].join('_'),
39 39 webhookType,
40   - body.request_id,
  40 + body.request_id && ['reqid', body.request_id].join('_'),
41 41 'json',
42 42 ].filter((item) => item).join('.');
43 43  
1 1 {
2 2 "name": "komodo-center-httpget-x",
3   - "version": "0.18.9",
  3 + "version": "0.18.10",
4 4 "lockfileVersion": 2,
5 5 "requires": true,
6 6 "packages": {
7 7 "": {
8 8 "name": "komodo-center-httpget-x",
9   - "version": "0.18.9",
  9 + "version": "0.18.10",
10 10 "license": "ISC",
11 11 "dependencies": {
12 12 "axios": "^1.7.3",
1 1 {
2 2 "name": "komodo-center-httpget-x",
3   - "version": "0.18.9",
  3 + "version": "0.18.10",
4 4 "description": "Komodo center for HTTP GET - Rewrited",
5 5 "main": "index.js",
6 6 "scripts": {