Skip to content

Commit

Permalink
#TAV-514 add implicit reads to SupportedCountryCodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ardesco committed Mar 11, 2022
1 parent ae23615 commit c1160b9
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 c1160b9

Please sign in to comment.