Skip to content

Commit

Permalink
refactor: rely on abstraction not implementation
Browse files Browse the repository at this point in the history
no need for this property to be the concretion
  • Loading branch information
tomwwright committed Oct 1, 2023
1 parent c0d8620 commit e162bd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export class EvaluateCloudFormationTemplate {
private readonly urlSuffix: (region: string) => string;
private readonly sdk: ISDK;
private readonly nestedStackNames: { [nestedStackLogicalId: string]: NestedStackNames };
private readonly stackResources: LazyListStackResources;
private readonly stackResources: ListStackResources;
private readonly lookupExport: LookupExport;

private cachedUrlSuffix: string | undefined;
Expand Down

0 comments on commit e162bd2

Please sign in to comment.