edit report error

This commit is contained in:
Kittapath 2024-07-17 12:47:36 +07:00
parent 3cb55d582c
commit d45d18e592

View file

@ -46,9 +46,9 @@ export class ReportController extends Controller {
*/ */
@Get("main/{type}") @Get("main/{type}")
async GetReportDevelopemtMain(@Path() type: string) { async GetReportDevelopemtMain(@Path() type: string) {
const _type = type.trim().toUpperCase(); // const _type = type.trim().toUpperCase();
const formattedData = { const formattedData = {
org: _type, org: "_type",
}; };
return new HttpSuccess({ return new HttpSuccess({