Skip to content

Commit aeaa1e8

Browse files
committed
patch(feat): octo-aws-cdk security-group.overlay refactor.
1 parent c038588 commit aeaa1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/octo-aws-cdk/src/overlays/security-group/security-group.overlay.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export class SecurityGroupOverlay extends AOverlay<SecurityGroupOverlay> {
99
constructor(
1010
overlayId: IOverlay['overlayId'],
1111
properties: ISecurityGroupOverlayProperties,
12-
anchors: [SecurityGroupAnchor, SecurityGroupAnchor] | [SecurityGroupAnchor],
12+
anchors: SecurityGroupAnchor[],
1313
) {
1414
super(overlayId, properties as unknown as IResource['properties'], anchors);
1515
}

0 commit comments

Comments
 (0)