From f8908fa406792eee9f85b5b6a3f58c5fb8942cc4 Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Thu, 5 May 2022 14:30:50 -0600 Subject: [PATCH] Adding Luis, removing Flexiana --- src/config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/config.js b/src/config.js index a497d11..f326a8b 100644 --- a/src/config.js +++ b/src/config.js @@ -3,7 +3,6 @@ exports.ORG_WHITELIST = [ "airbnb", "dropbox", "lyft", - "Flexiana", "Turing", "Superset-Community-Partners", ]; @@ -14,9 +13,9 @@ exports.USER_ORG_XREF = { "prosdev0107": "Preset-Patch", "diegomedina248": "Preset-Patch", "codemaster08240328": "Preset-Patch", + "Gwitchr": "Preset-Patch", }; exports.ORG_GROUPS = { - Flexiana: "preset-ext", Turing: "preset-ext", }; // Heroku app needs to be woken up periodically to prevent it to go to sleep