I should really go to sleep now
All checks were successful
Build / build (pull_request) Successful in 1m17s

This commit is contained in:
2025-11-17 07:18:30 -05:00
parent 75673cc715
commit 7817bd823c

View File

@@ -11,6 +11,7 @@ import { addInfestedFoundryXP, applyCheatsToInfestedFoundry } from "../../servic
import { sendWsBroadcastTo } from "../../services/wsService.ts";
import type { IEquipmentDatabase } from "../../types/equipmentTypes.ts";
import { EquipmentFeatures } from "../../types/equipmentTypes.ts";
import { Types } from "mongoose";
export const upgradesController: RequestHandler = async (req, res) => {
const account = await getAccountForRequest(req);