Skip to content

Commit 23836a0

Browse files
[TSVB] No data in visualizations with annotations
Closes #78789
1 parent 9ea4984 commit 23836a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/vis_type_timeseries/server/lib/vis_data/get_annotations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export async function getAnnotations({
5555
if (!searches.length) return { responses: [] };
5656

5757
try {
58-
const data = await searchStrategy.search(req.framework.core, req.requestContext, searches);
58+
const data = await searchStrategy.search(req, searches);
5959

6060
return annotations.reduce((acc, annotation, index) => {
6161
acc[annotation.id] = handleAnnotationResponseBy(data[index].rawResponse, annotation);

0 commit comments

Comments
 (0)