diff --git a/src/api/routes/reporting/menu/message.ts b/src/api/routes/reporting/menu/message.ts index fcf02ff8..69dea24a 100644 --- a/src/api/routes/reporting/menu/message.ts +++ b/src/api/routes/reporting/menu/message.ts @@ -33,7 +33,8 @@ router.get( }, }), (req: Request, res: Response) => { - res.send([] as ReportingMenuResponseSchema); + // TODO: implement + //res.send([] as ReportingMenuResponseSchema); }, );