Skip to content

Commit 7e1cbdf

Browse files
committed
Add semicolon to satisfy linter
1 parent 60a5ce3 commit 7e1cbdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ class ServerlessDynamodbLocal {
274274
delete migration.SSESpecification.SSEEnabled;
275275
}
276276
if (migration.PointInTimeRecoverySpecification) {
277-
delete migration.PointInTimeRecoverySpecification
277+
delete migration.PointInTimeRecoverySpecification;
278278
}
279279
if (migration.Tags) {
280280
delete migration.Tags;

0 commit comments

Comments
 (0)