bugfixing

This commit is contained in:
MuslemRahimi 2024-10-25 21:38:50 +02:00
parent af1f13e57f
commit 46e6c1c9f8

View File

@ -225,8 +225,8 @@ class PoliticianId(BaseModel):
class TranscriptData(BaseModel):
ticker: str
year: str
quarter: str
year: int
quarter: int
class GetWatchList(BaseModel):
watchListId: str