remove unused imports
This commit is contained in:
parent
bb32fa2267
commit
47bb5065f2
@ -9,7 +9,6 @@ import { IPolarity, ArtifactPolarity, EquipmentFeatures } from "@/src/types/inve
|
|||||||
import {
|
import {
|
||||||
ExportCustoms,
|
ExportCustoms,
|
||||||
ExportFlavour,
|
ExportFlavour,
|
||||||
ExportKeys,
|
|
||||||
ExportRegions,
|
ExportRegions,
|
||||||
ExportResources,
|
ExportResources,
|
||||||
ExportVirtuals
|
ExportVirtuals
|
||||||
|
@ -6,7 +6,6 @@ import { IQuestKeyDatabase, IQuestStage } from "@/src/types/inventoryTypes/inven
|
|||||||
import { logger } from "@/src/utils/logger";
|
import { logger } from "@/src/utils/logger";
|
||||||
import { RequestHandler } from "express";
|
import { RequestHandler } from "express";
|
||||||
import { ExportKeys } from "warframe-public-export-plus";
|
import { ExportKeys } from "warframe-public-export-plus";
|
||||||
import { add } from "winston";
|
|
||||||
|
|
||||||
export const manageQuestsController: RequestHandler = async (req, res) => {
|
export const manageQuestsController: RequestHandler = async (req, res) => {
|
||||||
const accountId = await getAccountIdForRequest(req);
|
const accountId = await getAccountIdForRequest(req);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user