Private
Public Access
1
0

Merge branch 'release/v18.7.8'

This commit is contained in:
Sander Roosendaal
2022-10-25 22:03:15 +02:00

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