11 lines
201 B
TypeScript
11 lines
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){
|
||
|
|
||
|
}
|