Skip to content

Commit a8418f6

Browse files
authored
fix: broken query due to semicolon in subquery (#1216)
Fixes HDX-2515
1 parent 54d30b9 commit a8418f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/components/ServiceDashboardEndpointPerformanceChart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default function ServiceDashboardEndpointPerformanceChart({
6161
NULLIF(${expressions.httpHost}, '')
6262
),
6363
''
64-
));`;
64+
))`;
6565

6666
const spanAttributesExpression =
6767
source.eventAttributesExpression || 'SpanAttributes';

0 commit comments

Comments
 (0)