create method go get not used contacts
This commit is contained in:
@@ -41,7 +41,7 @@ class ReserveResultPojo:
|
||||
ua = ""
|
||||
|
||||
def __hash__(self):
|
||||
return hash("{}_{}_{}_{}_{}".format(self.mail, self.first_name, self.last_name, self.phone, self.passport))
|
||||
return hash("{}".format(self.mail))
|
||||
|
||||
@staticmethod
|
||||
def from_firestore_dict(source):
|
||||
|
||||
Reference in New Issue
Block a user