Fixed missing code block ending indicator

This commit is contained in:
Gabe
2018-07-23 22:30:17 -04:00
committed by GitHub
parent b9613c84d0
commit 81b472ccd1

View File

@ -47,6 +47,7 @@ function errorHandler(){
await determineIfOperationalError;
}
}
```
### Code Example Anti Pattern: handling errors within the middleware