Skip to content

Commit 732e2b0

Browse files
May fix coverage status
1 parent d7aa19e commit 732e2b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,9 +273,11 @@ class ServerlessDynamodbLocal {
273273
migration.SSESpecification.Enabled = migration.SSESpecification.SSEEnabled;
274274
delete migration.SSESpecification.SSEEnabled;
275275
}
276+
276277
if (migration.Tags) {
277278
delete migration.Tags;
278279
}
280+
279281
if (migration.PointInTimeRecoverySpecification) {
280282
delete migration.PointInTimeRecoverySpecification;
281283
}

0 commit comments

Comments
 (0)