commit
This commit is contained in:
parent
49cef6f533
commit
54aeaa5bb3
3 changed files with 4 additions and 5 deletions
|
@ -27,7 +27,7 @@ router.post('/', async (req, res) => {
|
|||
}
|
||||
|
||||
const connection = await getConnection();
|
||||
const helpers = await getHelpers(gameid)
|
||||
const helpers = await getHelpers(connection, gameid)
|
||||
connection.end();
|
||||
|
||||
if (!helpers[0]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue