Skip to content

Commit

Permalink
Formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamJHall committed Jul 16, 2024
1 parent 82eb083 commit 5c5a162
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/graphql-mesh-server/lib/metrics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,8 @@ export class PerformanceMetrics extends Construct {

// Create the dashboard
new Dashboard(this, "dashboard", {
dashboardName: props.dashboardName ?? Stack.of(this).stackName + "-Mesh-Dashboard",
dashboardName:
props.dashboardName ?? Stack.of(this).stackName + "-Mesh-Dashboard",
widgets: [
[new Column(...loadBalancerWidgets), new Column(...wafWidgets)],
[meshPerformanceLabel],
Expand Down

0 comments on commit 5c5a162

Please sign in to comment.