Skip to content

Commit 17e2e1a

Browse files
committed
Apply prettier-changed
1 parent b737191 commit 17e2e1a

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

src/libs/migrateOnyx.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,7 @@ export default function () {
1111

1212
return new Promise<void>((resolve) => {
1313
// Add all migrations to an array so they are executed in order
14-
const migrationPromises = [
15-
RenameCardIsVirtual,
16-
RenameReceiptFilename,
17-
KeyReportActionsDraftByReportActionID,
18-
MoveIsOptimisticReportToMetadata,
19-
PendingMembersToMetadata,
20-
];
14+
const migrationPromises = [RenameCardIsVirtual, RenameReceiptFilename, KeyReportActionsDraftByReportActionID, MoveIsOptimisticReportToMetadata, PendingMembersToMetadata];
2115

2216
// Reduce all promises down to a single promise. All promises run in a linear fashion, waiting for the
2317
// previous promise to finish before moving onto the next one.

0 commit comments

Comments
 (0)