Skip to content

Commit

Permalink
fix(data-migrate): typo on stack props
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalenic committed Dec 6, 2024
1 parent b8c3366 commit e047869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/workload/stateless/statelessStackCollectionClass.ts
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ export class StatelessStackCollection {
...statelessConfiguration.dataMigrateProps,
});
this.htsgetStack = new HtsgetStack(scope, 'HtsgetStack', {
...this.createTemplateProps(env, 'DataMigrateStack'),
...this.createTemplateProps(env, 'HtsgetStack'),
...statelessConfiguration.htsgetProps,
role: fileManagerStack.role,
});
Expand Down

0 comments on commit e047869

Please sign in to comment.