fix: send the correct value for recipe scale and ensure the body is sent correctly (#5737)

This commit is contained in:
Felix Schneider
2025-07-25 13:42:17 +02:00
committed by GitHub
parent 5c7a4fb861
commit 99523c70ed
5 changed files with 8 additions and 9 deletions

View File

@@ -44,4 +44,4 @@ class GroupRecipeActionPagination(PaginationBase):
class GroupRecipeActionPayload(MealieModel):
action: GroupRecipeActionOut
content: Any
scaled_amount: float
recipe_scale: float