We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0701e64 + 9e7a5c8 commit 1dbcca2Copy full SHA for 1dbcca2
controllers/organizerDashboardController.js
@@ -82,7 +82,7 @@ const totalTicketSale = async (req, res) => {
82
totalTicketSaleByType: resultArray,
83
toalTicketByPayment: toalTicketByPayment,
84
};
85
- return res.json(ticketPromises);
+ return res.json(returnValues);
86
87
88
const getAllOverviewData = async (req, res) => {
0 commit comments