mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-06 22:15:22 +02:00
ignore unset when writing to db (#993)
* ignore unset when writing to db * exception * add 'side' types to enum set
This commit is contained in:
parent
2211174636
commit
6ccffce320
2 changed files with 2 additions and 1 deletions
|
@ -42,6 +42,7 @@ class PlanRulesType(str, Enum):
|
|||
breakfast = "breakfast"
|
||||
lunch = "lunch"
|
||||
dinner = "dinner"
|
||||
side = "side"
|
||||
unset = "unset"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue