This commit is contained in:
Lukian 2024-09-16 18:05:04 +02:00
parent 49cef6f533
commit 54aeaa5bb3
3 changed files with 4 additions and 5 deletions

View file

@ -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]) {