Skip to content

Commit

Permalink
Add architecture to memory category (#855)
Browse files Browse the repository at this point in the history
  • Loading branch information
beastoin committed Sep 16, 2024
2 parents 93ab138 + 41976ef commit d470540
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/models/memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class CategoryEnum(str, Enum):
politics = 'politics'
literature = 'literature'
history = 'history'
architecture = 'architecture'
other = 'other'


Expand Down

0 comments on commit d470540

Please sign in to comment.