1
0
mirror of synced 2025-10-29 10:29:18 +00:00

bug fix when multiple memberships & minors

This commit is contained in:
Valentin PUCCETTI
2023-09-10 22:22:28 +02:00
parent a3b8a865fd
commit c8efefdc4e
9 changed files with 108 additions and 70 deletions

View File

@@ -15,7 +15,7 @@ function makeAdmin(userId) {
});
}
module.exports = {
userList,
makeAdmin
};