Skip to content

Commit 1fb7237

Browse files
author
github-actions
committed
chore: self mutation
Signed-off-by: github-actions <[email protected]>
1 parent 2d6a58c commit 1fb7237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dashboards/datadog-dashboard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { CfnResource } from "aws-cdk-lib";
22
import * as camelcaseKeys from "camelcase-keys";
33
import { Construct } from "constructs";
4-
import { snakeCaseKeys } from "../util";
54
import { Dashboard } from "./datadog-api-dashboard.generated";
65
import { DatadogDashboardProps } from "./datadog-dashboard-schema.generated";
6+
import { snakeCaseKeys } from "../util";
77

88
/**
99
* Wrapper for generated Schema with typed dashboard property

0 commit comments

Comments
 (0)