Skip to content

Commit

Permalink
chore(gsuite): remove TODO for group creation for non-locals
Browse files Browse the repository at this point in the history
This is not in the scope of the current issues, so I removed it from here
  • Loading branch information
WikiRik authored Nov 25, 2020
1 parent 49299e2 commit 01d41c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion middlewares/bodies.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 01d41c3

Please sign in to comment.