This commit is contained in:
2024-09-21 00:53:18 +02:00
parent bc39f6b6d6
commit a4810fc7ba
10 changed files with 51 additions and 40 deletions

View File

@ -88,6 +88,7 @@ app.get("/gamble/:id", async (req, res) => {
if (isDetailAvailable(person.gambleTime)) {
res.redirect('/person/' + id);
return;
}
if (!isGambleAvailable(person.gambleTime)) {