fix: provide response for FocusOperation.ActivateWay
All checks were successful
Build / build (pull_request) Successful in 48s
Build / build (push) Successful in 1m58s

This commit is contained in:
Sainan 2025-05-20 11:54:24 +02:00
parent ffd410537e
commit a4f3b94e9b

View File

@ -64,7 +64,9 @@ export const focusController: RequestHandler = async (req, res) => {
} }
); );
res.end(); res.json({
FocusUpgrade: { ItemType: focusType }
});
break; break;
} }
case FocusOperation.UnlockUpgrade: { case FocusOperation.UnlockUpgrade: {