Skip to content

Commit 27055d8

Browse files
chore: fix typo on migration (#37902)
1 parent 2a902d2 commit 27055d8

File tree

1 file changed

+1
-1
lines changed
  • apps/meteor/server/startup/migrations

1 file changed

+1
-1
lines changed

apps/meteor/server/startup/migrations/v332.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ addMigration({
1212
external: false,
1313
contactId: { $exists: true },
1414
contactName: { $exists: false },
15-
contactUssername: { $exists: false },
15+
contactUsername: { $exists: false },
1616
},
1717
},
1818

0 commit comments

Comments
 (0)