Update generateComment.js
This commit is contained in:
parent
d516f2261a
commit
b1aad0b9c8
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ module.exports = ({ action, clientAsn, clientASNDescription, clientRequestHTTPPr
|
|||
const fields = [
|
||||
{ label: 'Action taken', value: action?.toUpperCase() },
|
||||
{ label: 'ASN', value: `${clientAsn} (${clientASNDescription})` },
|
||||
{ label: 'Protocol', value: `${clientRequestHTTPProtocol} (method ${clientRequestHTTPMethodName})` },
|
||||
{ label: 'Protocol', value: `${clientRequestHTTPProtocol} (${clientRequestHTTPMethodName} method)` },
|
||||
{ label: 'Domain', value: clientRequestHTTPHost },
|
||||
{ label: 'Endpoint', value: clientRequestPath },
|
||||
{ label: 'Query', value: clientRequestQuery },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue