change enum

This commit is contained in:
zandercymatics 2024-11-26 10:58:12 -07:00
parent c4a27489cc
commit d0f0d56620
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 3 additions and 4 deletions

View file

@ -457,7 +457,7 @@ class MemberExport(BaseExport):
user=OuterRef("user"),
)
),
then=Value(DefaultEmail.HELP_EMAIL.value),
then=Value(DefaultUserValues.HELP_EMAIL.value),
),
default=F("user__email"),
output_field=CharField(),