fix: [workflow:module_splunk_hec_export] typo colon removed

pull/8835/head
Benni0 2023-03-02 22:15:44 +01:00 committed by GitHub
parent f99828ba8a
commit 82b01aae15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ class Module_splunk_hec_export extends Module_webhook
'json',
$hec_event,
$headers,
$serverConfig,
$serverConfig
);
if (!$response->isOk()) {
if ($response->code === 403 || $response->code === 401) {