mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-11 21:05:15 -05:00
feat(backend): ✨ add initial cookbook support
This commit is contained in:
@@ -24,7 +24,7 @@ class ReadDeps:
|
||||
user=Depends(is_logged_in),
|
||||
):
|
||||
self.session: Session = session
|
||||
self.bg_tasks: BackgroundTasks = background_tasks
|
||||
self.bg_task: BackgroundTasks = background_tasks
|
||||
self.user: bool = user
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user