feat: identify & repair railjack components #1664
@ -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[] = [];
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user