fix bug & org chart query

This commit is contained in:
Warunee Tamkoo 2024-11-08 16:57:40 +07:00
parent 52ae434f02
commit 7378e86244
2 changed files with 558 additions and 180 deletions

View file

@ -11,7 +11,6 @@ import { AppDataSource } from "./database/data-source";
import { RegisterRoutes } from "./routes";
import { OrganizationController } from "./controllers/OrganizationController";
import logMiddleware from "./middlewares/logs";
import { run } from "node:test";
import { CommandController } from "./controllers/CommandController";
async function main() {