mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-15 16:32:40 -05:00
fix: add missing types for API token deletion (#1428)
This commit is contained in:
committed by
GitHub
parent
292bf7068a
commit
c158672d12
@@ -23,6 +23,8 @@ class LongLiveTokenIn(MealieModel):
|
||||
|
||||
class LongLiveTokenOut(MealieModel):
|
||||
token: str
|
||||
name: str
|
||||
id: int
|
||||
|
||||
class Config:
|
||||
orm_mode = True
|
||||
|
||||
Reference in New Issue
Block a user