Skip to content

Commit a69fb93

Browse files
authored
feat: add consent_photo to team export (#1031)
2 parents e79206f + c3177f3 commit a69fb93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bullet/users/models/contestants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ def to_export(self, str_only: bool = False):
260260
"solved_problems": self.solved_problem_count
261261
if hasattr(self, "solved_problem_count")
262262
else "",
263+
"consent_photos": self.consent_photos,
263264
}
264265

265266

0 commit comments

Comments
 (0)