feat: hubBlessing.php #1335

Merged
Sainan merged 2 commits from hubBlessing into main 2025-03-26 14:21:59 -07:00
Showing only changes of commit 5c7e7bf7f9 - Show all commits

View File

@ -17,7 +17,7 @@ export const hubBlessingController: RequestHandler = async (req, res) => {
let token = "";
for (let i = 0; i != 32; ++i) {
token += getRandomInt(0, 16).toString(16);
token += getRandomInt(0, 15).toString(16);
}
res.json({