diff options
Diffstat (limited to 'server/middlewares/validators/abuse.ts')
-rw-r--r-- | server/middlewares/validators/abuse.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/middlewares/validators/abuse.ts b/server/middlewares/validators/abuse.ts index 2a096e0af..f99d850a5 100644 --- a/server/middlewares/validators/abuse.ts +++ b/server/middlewares/validators/abuse.ts | |||
@@ -208,7 +208,7 @@ const checkAbuseValidForMessagesValidator = [ | |||
208 | const abuse = res.locals.abuse | 208 | const abuse = res.locals.abuse |
209 | if (abuse.ReporterAccount.isOwned() === false) { | 209 | if (abuse.ReporterAccount.isOwned() === false) { |
210 | return res.status(400).json({ | 210 | return res.status(400).json({ |
211 | error: 'This abuse was created by a user of your instance.', | 211 | error: 'This abuse was created by a user of your instance.' |
212 | }) | 212 | }) |
213 | } | 213 | } |
214 | 214 | ||