From c4d131744b1ae72f7dd3ed3dc8802b723b0b6b16 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Thu, 2 Jul 2020 16:50:41 -0500 Subject: [PATCH] fix(lint): let Curly breathe --- scripts/gdpr-delete-users.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gdpr-delete-users.js b/scripts/gdpr-delete-users.js index 25de6fd472..381dd8c7d4 100644 --- a/scripts/gdpr-delete-users.js +++ b/scripts/gdpr-delete-users.js @@ -77,7 +77,7 @@ async function processEmailAddress (email) { const socialUsers = await User.find( { - 'auth.local.email': {$not: emailRegex}, + 'auth.local.email': { $not: emailRegex }, $or: [ { 'auth.facebook.emails.value': email }, { 'auth.google.emails.value': email },