summary refs log tree commit diff
path: root/src/api
diff options
context:
space:
mode:
Diffstat (limited to 'src/api')
-rw-r--r--src/api/routes/reporting/menu/message.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/api/routes/reporting/menu/message.ts b/src/api/routes/reporting/menu/message.ts

index fcf02ff8f..69dea24a2 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); }, );