Skip to content

Commit

Permalink
Fix typo in some attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
LandonSmarty committed Jan 30, 2024
1 parent f389e5e commit 591644a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions us-enrichment-api/response.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ type PrincipalResponse struct {
}

type PrincipalAttributes struct {
StFloorSqft string `json:"1st_floor_sqft"`
NdFloorSqft string `json:"2nd_floor_sqft"`
FirstFloorSqft string `json:"1st_floor_sqft"`
SecondFloorSqft string `json:"2nd_floor_sqft"`
Acres string `json:"acres"`
AddressInfoPrivacy string `json:"address_info_privacy"`
AirConditioner string `json:"air_conditioner"`
Expand Down

0 comments on commit 591644a

Please sign in to comment.