mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2024-11-21 21:09:22 +00:00
Fix typo
This commit is contained in:
parent
625007b090
commit
af65ebe734
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user