chatbridge/server/services/groupConfig.service.ts
ansible user/allowed to read system logs 517d2b59b6 Slack login
2023-07-24 20:22:48 -07:00

11 lines
No EOL
201 B
TypeScript

/*
Regenerate the group .toml configuration file
*/
import {Group} from "../entities/group.entity";
import {AppDataSource} from "../db/data-source";
export const updateGroup = async(name:string){
}