Skip to content

Commit 8a0f334

Browse files
authored
Merge pull request #14191 from aws-amplify/gen2-migrations-execute
chore: remove extraneous assert
2 parents b48839d + c269607 commit 8a0f334

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

packages/amplify-migration-template-gen/src/template-generator.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -459,9 +459,6 @@ class TemplateGenerator {
459459
}
460460
}
461461

462-
assert(newSourceTemplate);
463-
assert(newDestinationTemplate);
464-
465462
const refactorResources = ora(
466463
`Moving ${this.getStackCategoryName(category)} resources from ${this.getSourceToDestinationMessage(isRevert)} stack...`,
467464
).start();

0 commit comments

Comments
 (0)