Merge branch 'setAccountCheatController-type-check' into webui-account-cheats-payload-input-by-value-
All checks were successful
Build / build (pull_request) Successful in 1m15s

This commit is contained in:
AlexisinGit 2025-09-23 05:41:07 +08:00
parent 602a04d9ba
commit cd0dc4feec

View File

@ -11,7 +11,7 @@ export const setAccountCheatController: RequestHandler = async (req, res) => {
const inventory = await getInventory(accountId, payload.key);
if (payload.value == undefined) {
logger.warn(`[setAccountCheatController] set ${payload.key} to ${payload.value}`);
logger.warn(`Aborting setting ${payload.key} as undefined!`);
return;
}