remove deprecated data

This commit is contained in:
SowinskiBraeden committed 2022-07-04 22:36:24 -07:00
1 parent a5994d3ae9
commit 553d9d8a8c
1 file changed
-1
-1
View File
@@ -25,7 +25,6 @@ inventorySchema.methods.createInventory = function (userID) {
} }
this.inventory.items.push(walletData); this.inventory.items.push(walletData);
this.inventory.createdAt = new Date(); this.inventory.createdAt = new Date();
this.inventory.updatedAt = this.inventory.createdAt;
}; };
inventorySchema.methods.addItem = function (item) { inventorySchema.methods.addItem = function (item) {