1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00
This commit is contained in:
Martin McKeaveney 2021-04-20 13:13:15 +01:00
parent 4b5d302819
commit b5e19e4216

View file

@ -1,10 +1,6 @@
const users = require("./users")
const groups = require("./groups")
exports.initialise = async function(ctx) {
// create the ALL users group
}
module.exports = {
users,
groups,