fix(backend): 🐛 fix error when assigning favorite recipe

This commit is contained in:
hay-kot
2021-08-28 17:42:12 -08:00
parent 4a7f8428c5
commit f78eb4ec39
3 changed files with 4 additions and 3 deletions

View File

@@ -15,8 +15,6 @@ logger = get_logger(module=__name__)
class UserService:
""""""
def __init__(self, session: Session, acting_user: PrivateUser, background_tasks: BackgroundTasks = None) -> None:
self.session = session or SessionLocal()
self.acting_user = acting_user