suggestions
This commit is contained in:
parent
c929a56d2b
commit
2d312a97a3
@ -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
|
||||||
|
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user