feat: personal research #1602

Merged
OrdisPrime merged 3 commits from personal-research into main 2025-04-13 05:51:16 -07:00
Showing only changes of commit 881daf6311 - Show all commits

View File

@ -33,7 +33,6 @@ export const guildTechController: RequestHandler = async (req, res) => {
const accountId = await getAccountIdForRequest(req);
const inventory = await getInventory(accountId);
const data = JSON.parse(String(req.body)) as TGuildTechRequest;
console.log(data);
if (data.Action == "Sync") {
let needSave = false;
const techProjects: ITechProjectClient[] = [];