fix: Fix New fields naming
This commit is contained in:
committed by
Benedikt Rötsch
parent
418871c6cf
commit
c6d12b4afd
@@ -8,7 +8,6 @@
|
||||
exports.catchErrors = (fn) => {
|
||||
return function (req, res, next) {
|
||||
return fn(req, res, next).catch((e) => {
|
||||
console.log(e)
|
||||
next(e)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user