budgetAddController.js: remove let id

Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
This commit is contained in:
2025-11-19 17:14:14 +07:00
parent cfcd37be31
commit f1339b22db

View File

@@ -30,7 +30,6 @@ export class budgetAdd {
const decoded = verifyToken(token);
let name = req.body.request.bdgnam;
let id = req.body.request.bdgseq;
database = decoded.organization
aryResult = await this.budgetAddService.getBudgetAdd(database, name); // เช็คกับ db กลาง ส่ง jwttoken ออกมา