1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-16 00:49:18 -05:00
This commit is contained in:
syuilo 2022-12-10 15:25:39 +09:00
parent 020cd5cc02
commit b4b742ca89

View file

@ -147,6 +147,7 @@ export class ApiCallService implements OnApplicationShutdown {
private send(reply: FastifyReply, x?: any, y?: ApiError) { private send(reply: FastifyReply, x?: any, y?: ApiError) {
if (x == null) { if (x == null) {
reply.code(204); reply.code(204);
reply.send();
} else if (typeof x === 'number' && y) { } else if (typeof x === 'number' && y) {
reply.code(x); reply.code(x);
reply.send({ reply.send({