fix #13

Merged
emmatveev merged 1 commits from master into prod 2024-11-24 21:08:41 +03:00
Showing only changes of commit 903a77102c - Show all commits

View File

@ -20,7 +20,7 @@ class PlatformStaff(pydantic.BaseModel):
class ResponseBody(pydantic.BaseModel):
configs: dict[str, dict]
configs: dict[str, dict|list]
experiments: dict[str, ExperimentData]
platform_staff: PlatformStaff