nitro/apps/frontend/src/api/groups/GetGroupManager.ts

6 lines
143 B
TypeScript

import {CreateLinkEvent} from "..";
export function GetGroupManager(groupId: number): void {
CreateLinkEvent(`groups/manage/${groupId}`);
}