fix(tournament): correct comment typo in addTournament method

- Fixed a typo in the comment for the addTournament method, ensuring clarity in the code documentation.
This commit is contained in:
Torsten Schulz (local)
2026-01-30 23:22:35 +01:00
parent fde6ba55d2
commit 3e05bdab51

View File

@@ -695,7 +695,7 @@ class TournamentService {
return JSON.parse(JSON.stringify(tournaments));
}
// 2. Neues Turnier anlegen
Ve // 2. Neues Turnier anlegen
async addTournament(userToken, clubId, tournamentName, date, winningSets, allowsExternal) {
await checkAccess(userToken, clubId);
const t = await Tournament.create({