Update isTied endpoint to return data rather than nothing on success
This commit is contained in:
parent
f168eea621
commit
f73790a570
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue