refactor(forklifts): more refactoring to improve during production
This commit is contained in:
@@ -28,6 +28,7 @@ router.post("/", async (req: Request, res: Response) => {
|
||||
companyId: req.body.companyId,
|
||||
invoiceNumber: req.body.invoiceNumber,
|
||||
invoiceDate: req.body.invoiceDate,
|
||||
comment: req.body.comment,
|
||||
uploadedBy: req.body.uploadedBy,
|
||||
totalAmount: req.body.totalAmount,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user