Skip to content

Commit 2f9c23d

Browse files
authored
Fix annotations message for InfluxDB (#4469)
1 parent 9766200 commit 2f9c23d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/support/annotationsHelper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export function getAnnotationMessage(
2828

2929
const extraMessage =
3030
options.graphite.annotationMessage ||
31-
options.influxdb.annotationMessage ||
31+
(options.influxdb && options.influxdb.annotationMessage) ||
3232
options.grafana.annotationMessage ||
3333
undefined;
3434

0 commit comments

Comments
 (0)