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