zet-lib 1.0.64 → 1.0.65

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -269,7 +269,7 @@ router.post('/save_and_generate', csrfProtection, async (req, res) => {
269
269
  res.json(json)
270
270
  } catch (e) {
271
271
  console.log(e)
272
- res.status(400).json({ message: e.toString() })
272
+ res.status(200).json({ message: e + '' })
273
273
  }
274
274
  })
275
275
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zet-lib",
3
- "version": "1.0.64",
3
+ "version": "1.0.65",
4
4
  "description": "zet is a library that part of zet generator.",
5
5
  "engines": {
6
6
  "node": ">=18"