mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-05 21:45:25 +02:00
fix: add missing types for API token deletion (#1428)
This commit is contained in:
parent
292bf7068a
commit
c158672d12
3 changed files with 5 additions and 1 deletions
|
@ -23,6 +23,8 @@ class LongLiveTokenIn(MealieModel):
|
|||
|
||||
class LongLiveTokenOut(MealieModel):
|
||||
token: str
|
||||
name: str
|
||||
id: int
|
||||
|
||||
class Config:
|
||||
orm_mode = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue