fixup! server: return report id when reporting

This commit is contained in:
Johann150 2024-03-19 18:46:00 +01:00
parent fc733a4a86
commit 2c55f8968c
Signed by untrusted user: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -28,7 +28,7 @@ export const meta = {
nullable: false,
},
}
}
},
errors: ['NO_SUCH_USER', 'CANNOT_REPORT_ADMIN', 'CANNOT_REPORT_YOURSELF'],
} as const;