return created players in seeder

This commit is contained in:
Sascha Kühl 2025-06-03 16:03:01 +02:00
parent 87f07f6621
commit c64415e3a9
1 changed files with 2 additions and 0 deletions

View File

@ -75,7 +75,9 @@ const createPlayer = async (queryInterface, roles, players) => {
};
}));
const createdPlayers = await queryInterface.select(null, 'Players');
return createdPlayers;
}
module.exports = {