improve wording
All checks were successful
Build / build (pull_request) Successful in 46s
Build / build (push) Successful in 1m47s

This commit is contained in:
Sainan 2025-06-07 02:03:11 +02:00
parent 8ec2330ee3
commit 0a5863e8b1

View File

@ -171,7 +171,7 @@ export const nemesisController: RequestHandler = async (req, res) => {
} else if ((req.query.mode as string) == "s") {
const inventory = await getInventory(account._id.toString(), "Nemesis");
if (inventory.Nemesis) {
logger.warn(`account already has a nemesis but is requesting a new one; overwriting it`);
logger.warn(`overwriting an existing nemesis as a new one is being requested`);
}
const body = getJSONfromString<INemesisStartRequest>(String(req.body));
body.target.fp = BigInt(body.target.fp);