feat: identify & repair railjack components #1664

Merged
Sainan merged 3 commits from identify-salvage into main 2025-04-16 06:31:00 -07:00
Showing only changes of commit 67a733009d - Show all commits

View File

@ -36,7 +36,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[] = [];