chore: Add note to readme, that users shall not use GH for issues or PRs #2200

Closed
Animan8000 wants to merge 10 commits from (deleted):animan8000-patch-1 into main
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: {