notherbase-fs 4.1.2 → 4.1.3

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.
@@ -190,7 +190,6 @@ export default class User {
190
190
  if (check(res, user, "Account not found!")) {
191
191
  let data = await req.db.Spirit.recallAll(null, user.memory._id);
192
192
  let dataToDownload = data.map(d => d.memory);
193
- dataToDownload.unshift(user.memory.data);
194
193
 
195
194
  successJSON(res, "Data Downloaded", dataToDownload);
196
195
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "notherbase-fs",
3
- "version": "4.1.2",
3
+ "version": "4.1.3",
4
4
  "description": "Functions to help make developing for NotherBase easier.",
5
5
  "exports": "./notherbase-fs.js",
6
6
  "scripts": {