Skip to content

Commit cebfbd5

Browse files
committed
fixup! fixup! Fix csv export
1 parent 2fb592b commit cebfbd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/routes/admin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ async def admin_list_csv(
295295
output += f'"{user.get("id")}", '
296296
output += f'"{user.get("first_name")}", '
297297
output += f'"{user.get("last_name")}", '
298+
output += f'"{user.get("email")}", '
298299
output += f'"{user.get("shirt_size")}", '
299300
output += f'"{user.get("discord", {}).get("username")}", '
300301
output += f'"{user.get("experience")}", '

0 commit comments

Comments
 (0)