1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-05 05:25:26 +02:00

refactor: remove depreciated repo call (#1370)

* ingredient parser hot fixes (float equality)

* remove `get` in favor of `get_one` & `multi_query`
This commit is contained in:
Hayden 2022-06-10 19:01:14 -08:00 committed by GitHub
parent b904b161eb
commit 932f4a72df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 25 additions and 44 deletions

View file

@ -75,7 +75,7 @@ def list_with_items(database: AllRepositories, unique_user: TestUser):
)
# refresh model
list_model = database.group_shopping_lists.get(list_model.id)
list_model = database.group_shopping_lists.get_one(list_model.id)
yield list_model