1
0
Fork 0
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:
Hayden 2022-02-22 19:44:40 -09:00 committed by GitHub
parent 2211174636
commit 6ccffce320
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -42,6 +42,7 @@ class PlanRulesType(str, Enum):
breakfast = "breakfast"
lunch = "lunch"
dinner = "dinner"
side = "side"
unset = "unset"