mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-02-04 23:13:12 -05: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:
@@ -42,6 +42,7 @@ class PlanRulesType(str, Enum):
|
||||
breakfast = "breakfast"
|
||||
lunch = "lunch"
|
||||
dinner = "dinner"
|
||||
side = "side"
|
||||
unset = "unset"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user