IO-992 Job Audit Logs

This commit is contained in:
Patrick Fic
2021-07-22 16:29:41 -07:00
parent 97aecd3ddc
commit 6b811d635b
48 changed files with 1263 additions and 961 deletions

View File

@@ -130,7 +130,7 @@ exports.default = async (req, res) => {
res.sendStatus(200);
} catch (error) {
res.JSON(error).sendStatus(500);
res.status(200).json(error);
}
};