diff --git a/src/controllers/api/giveStartingGear.ts b/src/controllers/api/giveStartingGear.ts index 061c4687..cbc7ebae 100644 --- a/src/controllers/api/giveStartingGear.ts +++ b/src/controllers/api/giveStartingGear.ts @@ -1,7 +1,7 @@ import { config } from "@/src/services/configService"; import { toOid } from "@/src/helpers/inventoryHelpers"; -import { Types } from "mongoose"; import { IOid } from "@/src/types/commonTypes"; +import { Types } from "mongoose"; import { RequestHandler } from "express"; import { IEquipmentClient } from "@/src/types/inventoryTypes/commonInventoryTypes"; import {