We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbb6796 commit 223e2cfCopy full SHA for 223e2cf
web-common/src/features/dashboards/time-series/annotations-selectors.ts
@@ -100,8 +100,6 @@ function convertV1AnnotationsResponseItemToAnnotation(
100
: undefined;
101
102
// Only truncate start and ceil end when there is a grain column in the annotation.
103
- // what is the format of annotation.duration? Why are we using period instead of the duration directly? - bgh
104
- // We should fix this and remove the comment before merging - bgh
105
if (period && annotation.duration) {
106
startTime = startTime.startOf(TimeUnit[period]);
107
if (endTime) {
0 commit comments