Skip to content

Commit

Permalink
Merge pull request #99 from ElemarJR/fixing_bugs_jan_2025
Browse files Browse the repository at this point in the history
Update origin_id type in Deal model from Optional[int] to Optional[st…
  • Loading branch information
ElemarJR authored Jan 10, 2025
2 parents e693821 + ae69392 commit ec7d693
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class Deal(BaseModel):
local_lost_date: Optional[date]
local_close_date: Optional[date]
origin: str
origin_id: Optional[int]
origin_id: Optional[str]
channel: Optional[int]
channel_id: Optional[str]
stage_order_nr: int
Expand Down

0 comments on commit ec7d693

Please sign in to comment.