Update team and description parsing

This commit is contained in:
Dennis Reimann
2024-04-28 12:17:14 +02:00
parent 94bf896221
commit 7812610172
6 changed files with 22 additions and 9 deletions

View File

@@ -96,7 +96,7 @@ mixin spende(d, trunc = false)
mixin participants(ps, link)
.participants
for name in ps
- const id = name.toLowerCase()
- const id = participantToId(name)
- const member = team[id]
if member
if link