From e1622798ac38a456cca92d3dfe870795b4097ca5 Mon Sep 17 00:00:00 2001 From: Till Faelligen <2353100+S7evinK@users.noreply.github.com> Date: Sat, 16 Mar 2024 20:36:21 +0100 Subject: [PATCH] Remove TODO --- clientapi/routing/report_event.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/clientapi/routing/report_event.go b/clientapi/routing/report_event.go index f4fc73f74..4dc6498d8 100644 --- a/clientapi/routing/report_event.go +++ b/clientapi/routing/report_event.go @@ -78,8 +78,6 @@ func ReportEvent( } } - // TODO: Store the event - _, err = rsAPI.InsertReportedEvent(req.Context(), roomID, eventID, device.UserID, report.Reason, report.Score) if err != nil { return util.JSONResponse{