Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce : Don't crash if the request is incorrect
If the request does not get a number parameter, the server crashes because `undefined.toString()` is undefined. Let's return -1 instead!
- Loading branch information