Skip to content

Commit

Permalink
Merge pull request #294 from dataforgoodfr/272_im_mmsi_missing
Browse files Browse the repository at this point in the history
fix: 272 [API] endpoint visiting_time_by_vessel : manque MMSI et IMO
  • Loading branch information
rv2931 authored Nov 22, 2024
2 parents 7c423ee + a26be3f commit cd17253
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/bloom/domain/vessel.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@ class Vessel(BaseModel):

class VesselListView(Vessel):
details:ClassVar[Union[str, None]] = None
imo:ClassVar[Union[int, None]] = None
cfr:ClassVar[Union[str, None]] = None
home_port_id:ClassVar[Union[int, None]] = None

0 comments on commit cd17253

Please sign in to comment.