mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
fix: remove unnecessary code
This commit is contained in:
parent
086cd17ebf
commit
1bed5a6b86
1 changed files with 0 additions and 1 deletions
|
@ -541,7 +541,6 @@ class RecipeController(BaseRecipeController):
|
|||
file: UploadFile = File(...),
|
||||
):
|
||||
"""Upload a file to store as a recipe asset"""
|
||||
self.repos.household_id = None
|
||||
if "." in extension:
|
||||
extension = extension.split(".")[-1]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue