Remove TODO

This commit is contained in:
Till Faelligen 2024-03-16 20:36:21 +01:00
parent 53a3d651a0
commit e1622798ac
No known key found for this signature in database
GPG key ID: 3DF82D8AB9211D4E

View file

@ -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{