fix build
All checks were successful
Build / build (20) (push) Successful in 35s
Build / build (22) (push) Successful in 55s
Build / build (18) (pull_request) Successful in 38s
Build / build (18) (push) Successful in 1m23s
Build / build (22) (pull_request) Successful in 33s
Build / build (20) (pull_request) Successful in 55s
All checks were successful
Build / build (20) (push) Successful in 35s
Build / build (22) (push) Successful in 55s
Build / build (18) (pull_request) Successful in 38s
Build / build (18) (push) Successful in 1m23s
Build / build (22) (pull_request) Successful in 33s
Build / build (20) (pull_request) Successful in 55s
This commit is contained in:
parent
5f8f555254
commit
3e6f85397b
@ -2,14 +2,9 @@ import { RequestHandler } from "express";
|
|||||||
import { getJSONfromString } from "@/src/helpers/stringHelpers";
|
import { getJSONfromString } from "@/src/helpers/stringHelpers";
|
||||||
import { getAccountIdForRequest } from "@/src/services/loginService";
|
import { getAccountIdForRequest } from "@/src/services/loginService";
|
||||||
import { IMissionInventoryUpdateRequest } from "@/src/types/requestTypes";
|
import { IMissionInventoryUpdateRequest } from "@/src/types/requestTypes";
|
||||||
import {
|
import { addMissionInventoryUpdates, addMissionRewards } from "@/src/services/missionInventoryUpdateService";
|
||||||
addMissionInventoryUpdates,
|
|
||||||
addMissionRewards,
|
|
||||||
addCredits
|
|
||||||
} from "@/src/services/missionInventoryUpdateService";
|
|
||||||
import { getInventory } from "@/src/services/inventoryService";
|
import { getInventory } from "@/src/services/inventoryService";
|
||||||
import { getInventoryResponse } from "./inventoryController";
|
import { getInventoryResponse } from "./inventoryController";
|
||||||
import { logger } from "@/src/utils/logger";
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
**** INPUT ****
|
**** INPUT ****
|
||||||
|
Loading…
x
Reference in New Issue
Block a user