We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ea4984 commit 23836a0Copy full SHA for 23836a0
src/plugins/vis_type_timeseries/server/lib/vis_data/get_annotations.js
@@ -55,7 +55,7 @@ export async function getAnnotations({
55
if (!searches.length) return { responses: [] };
56
57
try {
58
- const data = await searchStrategy.search(req.framework.core, req.requestContext, searches);
+ const data = await searchStrategy.search(req, searches);
59
60
return annotations.reduce((acc, annotation, index) => {
61
acc[annotation.id] = handleAnnotationResponseBy(data[index].rawResponse, annotation);
0 commit comments