mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-28 13:05:26 -05:00
refactor/image-minification (#285)
* refactor image minification calls * remove nusiance logs Co-authored-by: hay-kot <hay-kot@pm.me>
This commit is contained in:
@@ -110,7 +110,6 @@ class MigrationBase(BaseModel):
|
||||
after the migration occurs.
|
||||
"""
|
||||
image.write_image(dest_slug, src, extension=src.suffix)
|
||||
minify.migrate_images() # TODO: Refactor to support single file minification that doesn't suck
|
||||
|
||||
def rewrite_alias(self, recipe_dict: dict) -> dict:
|
||||
"""A helper function to reassign attributes by an alias using a list
|
||||
|
||||
Reference in New Issue
Block a user