aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Web/Controllers/ErrorController.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/DevHive.Web/Controllers/ErrorController.cs')
-rw-r--r--src/DevHive.Web/Controllers/ErrorController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DevHive.Web/Controllers/ErrorController.cs b/src/DevHive.Web/Controllers/ErrorController.cs
index c3f1e55..b187501 100644
--- a/src/DevHive.Web/Controllers/ErrorController.cs
+++ b/src/DevHive.Web/Controllers/ErrorController.cs
@@ -19,7 +19,7 @@ namespace DevHive.Web.Controllers
IExceptionHandlerFeature exception =
HttpContext.Features.Get<IExceptionHandlerFeature>();
-
+
object result = ProcessException(requestId, exception);
return new BadRequestObjectResult(JsonConvert.SerializeObject(result));
}