suggestions

This commit is contained in:
Ordis 2023-06-04 02:42:25 +02:00
parent c929a56d2b
commit 2d312a97a3
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import { IInventoryDatabase, IInventoryResponse } from "../types/inventoryTypes"; import { IInventoryDatabase, IInventoryResponse } from "@/src/types/inventoryTypes";
const toInventoryResponse = (inventoryDatabase: IInventoryDatabase): IInventoryResponse => { const toInventoryResponse = (inventoryDatabase: IInventoryDatabase): IInventoryResponse => {
// eslint-disable-next-line @typescript-eslint/no-unused-vars // eslint-disable-next-line @typescript-eslint/no-unused-vars

View File

@ -1,4 +1,4 @@
import { Inventory } from "../models/inventoryModel"; import { Inventory } from "@/src/models/inventoryModel";
import new_inventory from "@/static/fixed_responses/postTutorialInventory.json"; import new_inventory from "@/static/fixed_responses/postTutorialInventory.json";
import config from "@/config.json"; import config from "@/config.json";
import { Types } from "mongoose"; import { Types } from "mongoose";