koa-router-meta
Advanced tools
Comparing version 1.1.6 to 1.1.7
{ | ||
"name": "koa-router-meta", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -34,5 +34,5 @@ /** | ||
} else if (err instanceof SyntaxError) { | ||
return StatusError.BAD_REQUEST; | ||
return StatusError.BAD_REQUEST(); | ||
} else { | ||
return StatusError.SERVER_INTERNAL; | ||
return StatusError.SERVER_INTERNAL(); | ||
} | ||
@@ -39,0 +39,0 @@ } |
14926