budgetSearchController.js: remove let id and username
Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
This commit is contained in:
@@ -29,8 +29,6 @@ export class budgetSearch {
|
||||
let token = req.headers.authorization?.split(' ')[1];
|
||||
const decoded = verifyToken(token);
|
||||
|
||||
let id = decoded.id
|
||||
let username = decoded.name
|
||||
database = decoded.organization
|
||||
let columnParams = req.query.column
|
||||
var column = ""
|
||||
|
||||
Reference in New Issue
Block a user