chatbridge/server/services/groupConfig.service.ts

11 lines
201 B
TypeScript
Raw Normal View History

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