This commit is contained in:
Ordis 2025-01-30 23:40:01 +01:00
parent 506aae1ed6
commit 877c693d01

View File

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