Skip to content

Commit

Permalink
address feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Vinayak Kukreja <vinakuk@amazon.com>
  • Loading branch information
vinayak-kukreja committed Mar 1, 2024
1 parent bf27129 commit 3e2e075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk/lib/list-stacks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export async function listStacks(toolkit: CdkToolkit, options: ListStacksOptions
});
}
} else {
data.dependencies?.push({
data.dependencies.push({
id: depStack.stackArtifacts[0].id,
dependencies: [],
});
Expand Down

0 comments on commit 3e2e075

Please sign in to comment.