fix: address some client warnings about malformed inventory.php response #840
@ -1141,7 +1141,7 @@ const inventorySchema = new Schema<IInventoryDatabase, InventoryDocumentProps>(
|
||||
|
||||
DialogueHistory: dialogueHistorySchema
|
||||
},
|
||||
{ timestamps: { createdAt: "Created" } }
|
||||
{ timestamps: { createdAt: "Created", updatedAt: false } }
|
||||
);
|
||||
|
||||
inventorySchema.set("toJSON", {
|
||||
|
Loading…
x
Reference in New Issue
Block a user