This commit is contained in:
Master 2023-06-05 05:34:45 +08:00
parent a36bc69341
commit 901b2882dc
6 changed files with 1604 additions and 1605 deletions

View File

@ -3,7 +3,6 @@ import new_inventory from "@/static/fixed_responses/postTutorialInventory.json";
import config from "@/config.json";
import { Types } from "mongoose";
import { InventoryChanges } from "../types/commonTypes";
import { parseString } from "../helpers/general";
const createInventory = async (accountOwnerId: Types.ObjectId) => {
try {