Compare commits
No commits in common. "e20defa4e13bce2903882a812d8d3fd34753130a" and "afb57ef0778c2d92160b39a5f40119d020697642" have entirely different histories.
e20defa4e1
...
afb57ef077
@ -62,10 +62,7 @@ class HabitList:
|
|||||||
# Adds a User by email to the HabitList
|
# Adds a User by email to the HabitList
|
||||||
def add_user(self, email: str):
|
def add_user(self, email: str):
|
||||||
user = User.get_by_email(email)
|
user = User.get_by_email(email)
|
||||||
if user:
|
|
||||||
add_user(self.id, user.id)
|
add_user(self.id, user.id)
|
||||||
else:
|
|
||||||
return None
|
|
||||||
|
|
||||||
|
|
||||||
# Removes a User from the HabitList
|
# Removes a User from the HabitList
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user