diff --git a/packages/backend/src/core/AbuseReportService.ts b/packages/backend/src/core/AbuseReportService.ts index ed10a4c5c6..05f11870a1 100644 --- a/packages/backend/src/core/AbuseReportService.ts +++ b/packages/backend/src/core/AbuseReportService.ts @@ -129,8 +129,7 @@ export class AbuseReportService { reportId: report.id, report: report, forwarded: ps.forward && report.targetUserHost !== null, - }) - .then(); + }); } return this.abuseUserReportsRepository.findBy({ id: In(reports.map(it => it.id)) })