chore: remove validation for old member field
This commit is contained in:
parent
7e1cdf9b97
commit
12fafa3e7a
@ -18,8 +18,6 @@ class Member(Document):
|
|||||||
|
|
||||||
|
|
||||||
def validate(self):
|
def validate(self):
|
||||||
if self.email:
|
|
||||||
self.validate_email_type(self.email)
|
|
||||||
if self.email_id:
|
if self.email_id:
|
||||||
self.validate_email_type(self.email_id)
|
self.validate_email_type(self.email_id)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user