mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-15 16:32:40 -05:00
fix: Fixed API Token "Created On" date (#1909)
* exposed created_at on token schema * fixed token createdAt reference * made created_at optional for compatibility
This commit is contained in:
@@ -29,6 +29,7 @@ class LongLiveTokenOut(MealieModel):
|
||||
token: str
|
||||
name: str
|
||||
id: int
|
||||
created_at: datetime | None
|
||||
|
||||
class Config:
|
||||
orm_mode = True
|
||||
|
||||
Reference in New Issue
Block a user