docker
This commit is contained in:
@ -88,6 +88,7 @@ app.get("/gamble/:id", async (req, res) => {
|
||||
|
||||
if (isDetailAvailable(person.gambleTime)) {
|
||||
res.redirect('/person/' + id);
|
||||
return;
|
||||
}
|
||||
|
||||
if (!isGambleAvailable(person.gambleTime)) {
|
||||
|
||||
Reference in New Issue
Block a user