remove leftover console.log
All checks were successful
Build / build (pull_request) Successful in 1m26s
Build / build (push) Successful in 1m14s

This commit is contained in:
Sainan 2025-04-16 04:25:30 +02:00
parent 8d483bae75
commit 67a733009d

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[] = [];