chore(webui): improving inconsistent, long string #2344

Merged
Sainan merged 20 commits from Animan8000/SpaceNinjaServer:translation into main 2025-06-28 10:28:09 -07:00
Showing only changes of commit a4f3b94e9b - Show all commits

View File

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