[v10.0.x] Explore: Remove duplicate decorator (#70778)

Explore: Remove duplicate decorator (#70775)

Remove duplicate decorator

(cherry picked from commit c0b64612f8)

Co-authored-by: Kristina <kristina.durivage@grafana.com>
This commit is contained in:
grafana-delivery-bot[bot]
2023-07-07 06:14:15 -05:00
committed by GitHub
co-authored by Kristina
parent 03baf95b8e
commit afcf9520e2
@@ -255,7 +255,6 @@ export function decorateData(
map(decorateWithCorrelations({ queries, correlations })),
map(decorateWithFrameTypeMetadata),
map(decorateWithGraphResult),
map(decorateWithGraphResult),
map(decorateWithLogsResult({ absoluteRange, refreshInterval, queries })),
mergeMap(decorateWithRawPrometheusResult),
mergeMap(decorateWithTableResult)