Skip to content

Commit

Permalink
Merge branch 'evan/deploy-agent' of https://github.com/gnosis/predict…
Browse files Browse the repository at this point in the history
…ion-market-agent into evan/deploy-agent
  • Loading branch information
evangriffiths committed Feb 8, 2024
2 parents 19a1dd7 + cf3e250 commit e7c376f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prediction_market_agent/data_models/market_data_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class ManifoldMarket(BaseModel):
creatorUsername: str
isResolved: bool
lastBetTime: datetime
# lastCommentTime: datetime # Not always present
lastCommentTime:t.Optional[datetime]
lastUpdatedTime: datetime
mechanism: str
outcomeType: str
Expand Down

0 comments on commit e7c376f

Please sign in to comment.