typo
This commit is contained in:
parent
720732ba98
commit
80bb635b72
1 changed files with 1 additions and 1 deletions
|
|
@ -1880,7 +1880,7 @@ module.exports = async (
|
|||
|
||||
return res.status(200).json(response)
|
||||
} catch (err) {
|
||||
return res.json(500).json({
|
||||
return res.status(500).json({
|
||||
errorMessage: err.message
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue