Skip to content

Commit

Permalink
fix: missing field in fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
loicguillois committed Oct 9, 2024
1 parent 09d6e88 commit b487635
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/models/Housing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ export function toHousingDTO(housing: Housing): HousingDTO {
return {
id: housing.id,
localId: housing.localId,
invariant: housing.invariant,
rawAddress: housing.rawAddress,
geoCode: housing.geoCode,
longitude: housing.longitude,
Expand Down

0 comments on commit b487635

Please sign in to comment.