Private
Public Access
1
0

switching on last name for hard

This commit is contained in:
Sander Roosendaal
2022-10-25 22:02:55 +02:00
parent 521e10459a
commit 7af4e0ea00

View File

@@ -1007,7 +1007,8 @@ def checkbreakthrough(w, r):
coach.user.email,
r.user.first_name,
r.user.last_name,
btvalues=btvalues.to_json())
btvalues=btvalues.to_json(),
surname=True)
return isbreakthrough, ishard