Commit e981f87
fix(ecs): route new namespace method via field
Merging main brought in addExistingDefaultCloudMapNamespace (#36812),
which reads and writes the private _defaultCloudMapNamespace backing
field that this branch replaces with a readonly
defaultCloudMapNamespace field written through
setDefaultCloudMapNamespace. The two sides touched different hunks so
git merged them without conflict, but the new method no longer compiled
(TS2551) and the build failed at jsii.
Route the new method through the field and its helper.1 parent f6ca1d1 commit e981f87
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
556 | 556 | | |
557 | 557 | | |
558 | 558 | | |
559 | | - | |
| 559 | + | |
560 | 560 | | |
561 | 561 | | |
562 | 562 | | |
| |||
585 | 585 | | |
586 | 586 | | |
587 | 587 | | |
588 | | - | |
| 588 | + | |
589 | 589 | | |
590 | 590 | | |
591 | 591 | | |
| |||
0 commit comments