mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
chore: update schema after removal of cd_value field from list custom-data response
This commit is contained in:
@@ -642,7 +642,6 @@ class Health(BaseModel):
|
||||
class CustomDataEntry(BaseModel):
|
||||
key: str
|
||||
type: str
|
||||
cd_value: Any
|
||||
value: Any
|
||||
created_at: datetime
|
||||
updated_at: datetime | None = None
|
||||
|
||||
Reference in New Issue
Block a user