Fix annotations message for InfluxDB (#4469)

This commit is contained in:
Peter Hedenskog 2025-03-07 09:06:28 +01:00 committed by GitHub
parent 9766200b1b
commit 2f9c23dfe1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ export function getAnnotationMessage(
const extraMessage =
options.graphite.annotationMessage ||
options.influxdb.annotationMessage ||
(options.influxdb && options.influxdb.annotationMessage) ||
options.grafana.annotationMessage ||
undefined;