lint
All checks were successful
Build / build (18) (push) Successful in 1m1s
Build / build (22) (push) Successful in 1m4s
Build / build (18) (pull_request) Successful in 37s
Build / build (20) (pull_request) Successful in 58s
Build / build (20) (push) Successful in 35s
Build / build (22) (pull_request) Successful in 1m9s
All checks were successful
Build / build (18) (push) Successful in 1m1s
Build / build (22) (push) Successful in 1m4s
Build / build (18) (pull_request) Successful in 37s
Build / build (20) (pull_request) Successful in 58s
Build / build (20) (push) Successful in 35s
Build / build (22) (pull_request) Successful in 1m9s
This commit is contained in:
parent
5c0130c480
commit
f89fe28332
@ -1,9 +1,9 @@
|
||||
import { RequestHandler } from "express";
|
||||
import { isEmptyObject, parseString } from "@/src/helpers/general";
|
||||
import { parseString } from "@/src/helpers/general";
|
||||
import { getJSONfromString } from "@/src/helpers/stringHelpers";
|
||||
import { addKeyChainItems, getInventory } from "@/src/services/inventoryService";
|
||||
import { getInventory } from "@/src/services/inventoryService";
|
||||
import { IGroup } from "@/src/types/loginTypes";
|
||||
import { giveKeyChainItem, updateQuestStage } from "@/src/services/questService";
|
||||
import { giveKeyChainItem } from "@/src/services/questService";
|
||||
|
||||
export const giveKeyChainTriggeredItemsController: RequestHandler = async (req, res) => {
|
||||
const accountId = parseString(req.query.accountId);
|
||||
|
@ -1,9 +1,7 @@
|
||||
import { addString } from "@/src/controllers/api/inventoryController";
|
||||
import { TInventoryDatabaseDocument } from "@/src/models/inventoryModels/inventoryModel";
|
||||
import { getInventory } from "@/src/services/inventoryService";
|
||||
import { getAccountIdForRequest } from "@/src/services/loginService";
|
||||
import { addQuestKey, completeQuest, IUpdateQuestRequest, updateQuestKey } from "@/src/services/questService";
|
||||
import { IQuestStage } from "@/src/types/inventoryTypes/inventoryTypes";
|
||||
import { logger } from "@/src/utils/logger";
|
||||
import { RequestHandler } from "express";
|
||||
import { ExportKeys } from "warframe-public-export-plus";
|
||||
|
@ -3,7 +3,7 @@ import { isEmptyObject } from "@/src/helpers/general";
|
||||
import { IMessage } from "@/src/models/inboxModel";
|
||||
import { TInventoryDatabaseDocument } from "@/src/models/inventoryModels/inventoryModel";
|
||||
import { createMessage } from "@/src/services/inboxService";
|
||||
import { addKeyChainItems, getInventory } from "@/src/services/inventoryService";
|
||||
import { addKeyChainItems } from "@/src/services/inventoryService";
|
||||
import { getKeyChainMessage } from "@/src/services/itemDataService";
|
||||
import { IInventoryDatabase, IQuestKeyDatabase, IQuestStage } from "@/src/types/inventoryTypes/inventoryTypes";
|
||||
import { logger } from "@/src/utils/logger";
|
||||
|
Loading…
x
Reference in New Issue
Block a user