Skip to content

Commit 0383bae

Browse files
committed
fix migration
1 parent 2e4c5e4 commit 0383bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations/20220218172429-user-notifications-fix.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = {
88
*/
99
async up(db) {
1010
await db
11-
.getCollection('users')
11+
.collection('users')
1212
.updateMany(
1313
{
1414
'notifications.channels.email.isEnabled': { $exists: false }

0 commit comments

Comments
 (0)