Fix annotations message for InfluxDB

This commit is contained in:
Peter Hedenskog 2025-03-07 08:56:36 +01:00
parent 9766200b1b
commit a1dd84f15a
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;