mirror of
https://github.com/goldbergyoni/nodebestpractices.git
synced 2025-10-29 00:19:14 +08:00
Added missing bracket
This commit is contained in:
@ -46,6 +46,7 @@ function errorHandler(){
|
|||||||
await saveInOpsQueueIfCritical;
|
await saveInOpsQueueIfCritical;
|
||||||
await determineIfOperationalError;
|
await determineIfOperationalError;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
### Code Example – Anti Pattern: handling errors within the middleware
|
### Code Example – Anti Pattern: handling errors within the middleware
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user