Skip to content

Commit c269607

Browse files
author
rjabhi
committed
chore: remove extraneous assert
1 parent f96799f commit c269607

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)