aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/pdsuidomain/formats/json/userhistory
diff options
context:
space:
mode:
authorvlad <vlad@driver.xyz>2017-06-30 23:06:43 -0700
committervlad <vlad@driver.xyz>2017-06-30 23:06:43 -0700
commit56187bec9276f51886a01a2752c663f2227d9fc3 (patch)
tree3ddafc15152df5c1b2a6c69f0aa97a03ef7e819d /src/main/scala/xyz/driver/pdsuidomain/formats/json/userhistory
parent96d81a36286e41035ff4068859a3b0f9da924fbc (diff)
downloadrest-query-56187bec9276f51886a01a2752c663f2227d9fc3.tar.gz
rest-query-56187bec9276f51886a01a2752c663f2227d9fc3.tar.bz2
rest-query-56187bec9276f51886a01a2752c663f2227d9fc3.zip
Export entities JSON formatsv0.1.13
Diffstat (limited to 'src/main/scala/xyz/driver/pdsuidomain/formats/json/userhistory')
-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,