Major bug fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const errorMiddleware = async (context, next) => {
|
||||
const errorMiddleware = async (next) => {
|
||||
try {
|
||||
await next();
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user