This commit is contained in:
zandercymatics 2024-05-28 14:18:06 -06:00
parent 8ee7c537ac
commit 0a079c0a86
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -111,7 +111,6 @@ class Command(BaseCommand):
{TerminalColors.ENDC}""", # noqa
)
# Get the fields that exist on both User and Contact. Excludes id.
common_fields = DomainHelper.get_common_fields(User, Contact)
if "email" in common_fields: