notherbase-fs 4.4.1 → 4.4.2

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.
@@ -186,7 +186,7 @@ export default class SpiritWorld {
186
186
  spirit = await req.db.Spirit.create(req.body.service, spiritData, parent);
187
187
  }
188
188
 
189
- res.send("spirit saved");
189
+ res.send(spirit.memory._id);
190
190
  } catch (error) {
191
191
  console.log(error);
192
192
  fail(res, "Server error");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "notherbase-fs",
3
- "version": "4.4.1",
3
+ "version": "4.4.2",
4
4
  "description": "Functions to help make developing for NotherBase easier.",
5
5
  "exports": "./notherbase-fs.js",
6
6
  "scripts": {