We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b48839d + c269607 commit 8a0f334Copy full SHA for 8a0f334
1 file changed
packages/amplify-migration-template-gen/src/template-generator.ts
@@ -459,9 +459,6 @@ class TemplateGenerator {
459
}
460
461
462
- assert(newSourceTemplate);
463
- assert(newDestinationTemplate);
464
-
465
const refactorResources = ora(
466
`Moving ${this.getStackCategoryName(category)} resources from ${this.getSourceToDestinationMessage(isRevert)} stack...`,
467
).start();
0 commit comments