typo
This commit is contained in:
parent
f5eefd0afc
commit
1d59e59cf1
1 changed files with 1 additions and 1 deletions
|
|
@ -1979,7 +1979,7 @@ module.exports = async (
|
|||
|
||||
if (!isARealUsableNumber(page)) {
|
||||
return res.status(400).json({
|
||||
field: page,
|
||||
field: 'page',
|
||||
errorMessage: 'page must be a number'
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue