Skip to content

Commit

Permalink
Update src/modules/geospatial/dto/get-addresses-response.dto.ts
Browse files Browse the repository at this point in the history
Co-authored-by: oscar-richardson-softwire <116292912+oscar-richardson-softwire@users.noreply.github.com>
  • Loading branch information
avaitonis and oscar-richardson-softwire authored Apr 25, 2024
1 parent 129b364 commit 2733003
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/geospatial/dto/get-addresses-response.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export class GetAddressesResponseItem {
description: 'Country of address record',
example: ENUMS.GEOSPATIAL_COUNTRIES.E,
enum: ENUMS.GEOSPATIAL_COUNTRIES,
nullable: true,
})
readonly country: string | null;
}

0 comments on commit 2733003

Please sign in to comment.