Skip to content

Commit 3f35590

Browse files
committed
chore: lint
1 parent b2339f9 commit 3f35590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meteor/server/migration/1_50_0.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ export const addSteps = addMigrationSteps('1.50.0', [
697697
$set: playlist.nextPartInfo
698698
? {
699699
'nextPartInfo.manuallySelected': nextPartManual,
700-
}
700+
}
701701
: undefined,
702702
$unset: {
703703
nextPartManual: 1,

0 commit comments

Comments
 (0)