From 01d41c3c46d9e3456d0d560b6612eaf5a3953fb6 Mon Sep 17 00:00:00 2001 From: Rik Smale Date: Wed, 25 Nov 2020 22:16:41 +0100 Subject: [PATCH] chore(gsuite): remove TODO for group creation for non-locals This is not in the scope of the current issues, so I removed it from here --- middlewares/bodies.js | 1 - 1 file changed, 1 deletion(-) diff --git a/middlewares/bodies.js b/middlewares/bodies.js index 81782413..64f1f09d 100644 --- a/middlewares/bodies.js +++ b/middlewares/bodies.js @@ -53,7 +53,6 @@ exports.createBody = async (req, res) => { } // TODO: if antenna, contact antenna or contact, then create GSuite account - // TODO: else create GSuite group. use the new abbreviation field for this (if possible), otherwise use the name // TODO: filter out fields that are changed in the other way const body = await Body.create(req.body);