Authored by 陈峰

remove captureerr

... ... @@ -52,9 +52,6 @@ exports.notFound = () => {
*/
exports.serverError = () => {
return async (err, req, res, next) => {
if (req.isCapturedError) {
return;
}
forceNoCache(res);
const uid = req.user ? req.user.uid : 0;
... ...