nikli2009

Results 3 issues of nikli2009

## Description When using `checkSchema`, I notice that the `default` option doesn't work as expected when the field is in `req.query` and `in` is not specified. (if `in` is empty,...

PR: bug fix

## Describe the bug Given this schema. ``` const schema = { foo: { default: { options: 10, }, }, } ``` and this route ``` app.use('/test', checkSchema(schema), testController) ```...

i: bug

A minor checking added to network initialization. ## Context Found this when launching Uniswap interface locally and chose the Evmos chain. The original error I got is : So I...