Fix: Errors raised were not HTTP Errors, but were value errors. This raised 500 errors on the front end without valid details.

v7.4.0
This commit is contained in:
2020-10-07 19:37:28 +05:30
parent cfeef1795d
commit 4e05131b41
9 changed files with 108 additions and 48 deletions

View File

@ -1,6 +1,6 @@
{
"name": "overlord",
"version": "7.3.0",
"version": "7.4.0",
"scripts": {
"ng": "ng",
"prettier": "prettier",