1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2024-11-21 21:09:22 +00:00
This commit is contained in:
Pierre HUBERT 2020-06-25 17:51:25 +02:00
parent 625007b090
commit af65ebe734

View File

@ -143,7 +143,7 @@ export class GroupsController {
public static async GetSettings(h: RequestHandler) { public static async GetSettings(h: RequestHandler) {
const groupID = await h.postGroupIDWithAccess("id", GroupsAccessLevel.ADMIN_ACCESS); const groupID = await h.postGroupIDWithAccess("id", GroupsAccessLevel.ADMIN_ACCESS);
// For now, this method is the same as the get advanced info methods, // For now, this method is the same as the get advanced info method,
// but this might change in the future... // but this might change in the future...
const group = await GroupsHelper.GetInfo(groupID); const group = await GroupsHelper.GetInfo(groupID);