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