Skip to content

Commit 9ac4ba2

Browse files
committed
min
1 parent bc653b4 commit 9ac4ba2

File tree

1 file changed

+1
-1
lines changed
  • src/l1-resources/resource-policy

1 file changed

+1
-1
lines changed

src/l1-resources/resource-policy/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ export function toJson_CfnResourcePolicyProps(
7272
CreatedByUser: toJson_ApiAtlasUserMetadata(obj.createdByUser),
7373
LastUpdatedByUser: toJson_ApiAtlasUserMetadata(obj.lastUpdatedByUser),
7474
Name: obj.name,
75-
OrgId: obj.orgId,
7675
Description: obj.description,
76+
OrgId: obj.orgId,
7777
Policies: obj.policies?.map((y) => toJson_ApiAtlasPolicy(y)),
7878
Profile: obj.profile,
7979
};

0 commit comments

Comments
 (0)