fix inconsistency
All checks were successful
Build / build (push) Successful in 1m32s
Build / build (pull_request) Successful in 1m34s

This commit is contained in:
Sainan 2025-04-22 22:19:34 +02:00
parent efdb64eff3
commit bd186a5f61

View File

@ -46,9 +46,9 @@ export const placeDecoInComponentController: RequestHandler = async (req, res) =
Type: request.Type, Type: request.Type,
Pos: request.Pos, Pos: request.Pos,
Rot: request.Rot, Rot: request.Rot,
Scale: request.Scale,
Name: request.Name, Name: request.Name,
Sockets: request.Sockets, Sockets: request.Sockets
Scale: request.Scale
}) - 1 }) - 1
]; ];
const meta = Object.values(ExportDojoRecipes.decos).find(x => x.resultType == request.Type); const meta = Object.values(ExportDojoRecipes.decos).find(x => x.resultType == request.Type);