nitro-react/src/api/groups/GetGroupManager.ts

7 lines
149 B
TypeScript
Raw Normal View History

2021-09-03 23:44:58 +02:00
import { CreateLinkEvent } from '..';
export function GetGroupManager(groupId: number): void
{
2022-04-04 02:52:34 +02:00
CreateLinkEvent(`groups/manage/${ groupId }`);
2021-09-03 23:44:58 +02:00
}