We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a5ce3 commit 7e1cbdfCopy full SHA for 7e1cbdf
index.js
@@ -274,7 +274,7 @@ class ServerlessDynamodbLocal {
274
delete migration.SSESpecification.SSEEnabled;
275
}
276
if (migration.PointInTimeRecoverySpecification) {
277
- delete migration.PointInTimeRecoverySpecification
+ delete migration.PointInTimeRecoverySpecification;
278
279
if (migration.Tags) {
280
delete migration.Tags;
0 commit comments