Skip to content

Commit

Permalink
fix(infra): resolve cdk graph diagram focus issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyJonas committed Oct 13, 2023
1 parent 8e82eaa commit 501a326
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions demo/infra/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,6 @@ import { PipelineStack } from "./cicd/pipeline-stack";
defaults: {
filterPlan: {
preset: FilterPreset.COMPACT,
focus: {
filter: {
filter: (store: Graph.Store) => {
return store.stages.find(
(_stage) => _stage.id === devStage.node.id
)!;
},
},
},
filters: [
{
store: Filters.pruneCustomResources(),
Expand Down

0 comments on commit 501a326

Please sign in to comment.