Skip to content

Commit

Permalink
Merge pull request #55 from hmrc/tav-514
Browse files Browse the repository at this point in the history
#TAV-514 add implicit reads to SupportedCountryCodes
  • Loading branch information
ssaleem-ee authored Mar 11, 2022
2 parents ae23615 + c1160b9 commit e22fa1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/model/response.scala
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ object response {
}

implicit val writes: Writes[SupportedCountryCodes] = Json.writes[SupportedCountryCodes]
implicit val reads: Reads[SupportedCountryCodes] = Json.reads[SupportedCountryCodes]
}
}

0 comments on commit e22fa1c

Please sign in to comment.