feat(webui): Quests management part 1 #963

Merged
Sainan merged 19 commits from unlock-all-quests into main 2025-02-18 17:14:42 -08:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit 47bb5065f2 - Show all commits

View File

@ -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

View File

@ -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);