aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/pdsuidomain/formats/json/userhistory/ApiUserHistory.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/scala/xyz/driver/pdsuidomain/formats/json/userhistory/ApiUserHistory.scala')
-rw-r--r--src/main/scala/xyz/driver/pdsuidomain/formats/json/userhistory/ApiUserHistory.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scala/xyz/driver/pdsuidomain/formats/json/userhistory/ApiUserHistory.scala b/src/main/scala/xyz/driver/pdsuidomain/formats/json/userhistory/ApiUserHistory.scala
index befff05..2d0df80 100644
--- a/src/main/scala/xyz/driver/pdsuidomain/formats/json/userhistory/ApiUserHistory.scala
+++ b/src/main/scala/xyz/driver/pdsuidomain/formats/json/userhistory/ApiUserHistory.scala
@@ -27,7 +27,7 @@ object ApiUserHistory {
(JsPath \ "state").format[String] and
(JsPath \ "action").format[String] and
(JsPath \ "created").format[ZonedDateTime]
- ) (ApiUserHistory.apply, unlift(ApiUserHistory.unapply))
+ )(ApiUserHistory.apply, unlift(ApiUserHistory.unapply))
def fromDomain(x: UserHistory) = ApiUserHistory(
id = x.id.id,