We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e4c5e4 commit 0383baeCopy full SHA for 0383bae
migrations/20220218172429-user-notifications-fix.js
@@ -8,7 +8,7 @@ module.exports = {
8
*/
9
async up(db) {
10
await db
11
- .getCollection('users')
+ .collection('users')
12
.updateMany(
13
{
14
'notifications.channels.email.isEnabled': { $exists: false }
0 commit comments