Skip to content

Commit

Permalink
updates for the latest API
Browse files Browse the repository at this point in the history
  • Loading branch information
arihant2math committed Oct 29, 2023
1 parent 3d71d56 commit 53af994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autotraders/map/waypoint_types/marketplace.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class TradeGood(Item):
supply: Supply
purchase_price: int = Field(alias="purchasePrice")
sell_price: int = Field(alias="sellPrice")
activity: Activity
activity: Optional[Activity]


class Marketplace(WaypointType):
Expand Down

0 comments on commit 53af994

Please sign in to comment.