Merge branch 'master' into develop

This commit is contained in:
Barış Soner Uşaklı
2024-02-22 11:41:13 -05:00
5 changed files with 18 additions and 15 deletions

View File

@@ -42,7 +42,6 @@ groupsController.get = async function (req, res, next) {
if (!group || groupName === groups.BANNED_USERS) {
return next();
}
group.isOwner = true;
const groupNameData = groupNames.map(name => ({
encodedName: encodeURIComponent(name),