From 81b472ccd13d6119a15fae2de6b31fa2c6d1ddab Mon Sep 17 00:00:00 2001 From: Gabe Date: Mon, 23 Jul 2018 22:30:17 -0400 Subject: [PATCH] Fixed missing code block ending indicator --- sections/errorhandling/centralizedhandling.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sections/errorhandling/centralizedhandling.md b/sections/errorhandling/centralizedhandling.md index 87d2dda6..00cf4d1f 100644 --- a/sections/errorhandling/centralizedhandling.md +++ b/sections/errorhandling/centralizedhandling.md @@ -47,6 +47,7 @@ function errorHandler(){ await determineIfOperationalError; } } +``` ### Code Example – Anti Pattern: handling errors within the middleware