feat: Inbox #876

Merged
OrdisPrime merged 11 commits from inbox into main 2025-01-31 05:15:36 -08:00
Showing only changes of commit 877c693d01 - Show all commits

View File

@ -252,8 +252,6 @@ export const inventoryController: RequestHandler = async (request, response) =>
inventoryResponse.LastInventorySync = toOid(new Types.ObjectId()); inventoryResponse.LastInventorySync = toOid(new Types.ObjectId());
inventoryResponse.Mailbox = { LastInboxId: { $oid: "679be1b66e1affa6d05e75d7" } };
response.json(inventoryResponse); response.json(inventoryResponse);
}; };