Update to part price change for CCC.

This commit is contained in:
Patrick Fic
2023-05-08 08:51:29 -07:00
parent 84ab6d300c
commit 6a9f1597cb
2 changed files with 4 additions and 2 deletions

View File

@@ -40,6 +40,6 @@ exports.generatePpc = async (req, res) => {
res.json(ReturnVal);
} catch (error) {
res.status(400).Send(JSON.stringify(error));
res.status(400).json(error);
}
};