diff --git a/src/endpoints/management/is_tied.ts b/src/endpoints/management/is_tied.ts index 027a4f5..5fd9210 100644 --- a/src/endpoints/management/is_tied.ts +++ b/src/endpoints/management/is_tied.ts @@ -43,6 +43,6 @@ export default { return h.response(r.data).code(r.status); }; - return h.response().code(200); + return h.response({ result: `No Tie` }).code(200); }, } \ No newline at end of file