wip stats
This commit is contained in:
@ -355,7 +355,8 @@ export default async function handler(req, res) {
|
||||
res.status(200).json(data);
|
||||
break;
|
||||
case "getAllPublishersWithStatistics":
|
||||
res.status(200).json(await dataHelper.getAllPublishersWithStatistics(day));
|
||||
let noEndDate = common.parseBool(req.query.noEndDate);
|
||||
res.status(200).json(await dataHelper.getAllPublishersWithStatistics(day, noEndDate));
|
||||
|
||||
default:
|
||||
res.status(200).json({
|
||||
|
Reference in New Issue
Block a user