Added missing bracket

This commit is contained in:
Gabe
2018-07-23 22:26:32 -04:00
committed by GitHub
parent 515bad54b7
commit b9613c84d0

View File

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