From 3e05bdab51a991a1e1a137767076da668afeced8 Mon Sep 17 00:00:00 2001 From: "Torsten Schulz (local)" Date: Fri, 30 Jan 2026 23:22:35 +0100 Subject: [PATCH] fix(tournament): correct comment typo in addTournament method - Fixed a typo in the comment for the addTournament method, ensuring clarity in the code documentation. --- backend/services/tournamentService.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/services/tournamentService.js b/backend/services/tournamentService.js index 69b42a0..0f425ad 100644 --- a/backend/services/tournamentService.js +++ b/backend/services/tournamentService.js @@ -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({