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