|
@@ -101,7 +101,7 @@ async function CheckForStartedTourneys() {
|
|
newTournament.participents.push(participent);
|
|
newTournament.participents.push(participent);
|
|
})
|
|
})
|
|
|
|
|
|
- newTournament.displayDetails();
|
|
|
|
|
|
+ //newTournament.displayDetails();
|
|
} catch {
|
|
} catch {
|
|
console.log(`tourneyId:${newTournament.id} has no participents. ${JSON.stringify(participents)}`)
|
|
console.log(`tourneyId:${newTournament.id} has no participents. ${JSON.stringify(participents)}`)
|
|
}
|
|
}
|