Skip to content

Commit

Permalink
Fix missing bracket
Browse files Browse the repository at this point in the history
Signed-off-by: Mikayla Thompson <thomika@amazon.com>
  • Loading branch information
mikaylathompson committed Nov 15, 2023
1 parent b0a8120 commit 94cbe90
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,7 @@ export class StackComposer {
}
if (migrationAnalyticsStack) {
migrationConsoleStack.addDependency(migrationAnalyticsStack)
}
if (openSearchStack) {
migrationConsoleStack.addDependency(openSearchStack)
}
Expand All @@ -532,6 +533,4 @@ export class StackComposer {
this.addStacksToAppRegistry(scope, props.migrationsAppRegistryARN, this.stacks)
}
}

}
}

0 comments on commit 94cbe90

Please sign in to comment.