mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-18 18:54:52 +00:00
Remove unneeded generate call
This commit is contained in:
parent
b90acce4cc
commit
0744726a6d
@ -72,8 +72,6 @@ app.get('/:roomId', (req, res) => {
|
||||
return res.sendStatus(404);
|
||||
}
|
||||
|
||||
generateNewRoom(req, res, roomId);
|
||||
|
||||
});
|
||||
|
||||
// Events
|
||||
|
Loading…
x
Reference in New Issue
Block a user