Fix jwt-token

This commit is contained in:
2025-09-24 04:32:37 +02:00
parent 71b59e676c
commit 40c20c8754
2 changed files with 85 additions and 1 deletions

View File

@@ -826,7 +826,7 @@ class AlertService {
return await AlertLog.create({
alert_rule_id: rule.id,
detection_id: detection.id,
detection_id: detection ? detection.id : null,
alert_type: 'webhook',
recipient: webhookUrl,
message: JSON.stringify(payload),