aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/pdsuidomain/formats/json/export/ApiExportPatientWithLabels.scala
diff options
context:
space:
mode:
authorvlad <vlad@driver.xyz>2017-07-01 00:57:35 -0700
committervlad <vlad@driver.xyz>2017-07-01 00:57:35 -0700
commitce6973573e67214340fda451ee84171ea98f9a7c (patch)
tree271ef63de4454c6c6ebc720e2f6fedb2c55293fa /src/main/scala/xyz/driver/pdsuidomain/formats/json/export/ApiExportPatientWithLabels.scala
parent56187bec9276f51886a01a2752c663f2227d9fc3 (diff)
downloadrest-query-ce6973573e67214340fda451ee84171ea98f9a7c.tar.gz
rest-query-ce6973573e67214340fda451ee84171ea98f9a7c.tar.bz2
rest-query-ce6973573e67214340fda451ee84171ea98f9a7c.zip
Simplifying SendGridMailService + not generate scaladocv0.1.14
Diffstat (limited to 'src/main/scala/xyz/driver/pdsuidomain/formats/json/export/ApiExportPatientWithLabels.scala')
-rw-r--r--src/main/scala/xyz/driver/pdsuidomain/formats/json/export/ApiExportPatientWithLabels.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scala/xyz/driver/pdsuidomain/formats/json/export/ApiExportPatientWithLabels.scala b/src/main/scala/xyz/driver/pdsuidomain/formats/json/export/ApiExportPatientWithLabels.scala
index d5b9eb3..8ce970b 100644
--- a/src/main/scala/xyz/driver/pdsuidomain/formats/json/export/ApiExportPatientWithLabels.scala
+++ b/src/main/scala/xyz/driver/pdsuidomain/formats/json/export/ApiExportPatientWithLabels.scala
@@ -12,7 +12,7 @@ object ApiExportPatientWithLabels {
(JsPath \ "patientId").format[String] and
(JsPath \ "labelVersion").format[Long] and
(JsPath \ "labels").format[List[ApiExportPatientLabel]]
- ) (ApiExportPatientWithLabels.apply, unlift(ApiExportPatientWithLabels.unapply))
+ )(ApiExportPatientWithLabels.apply, unlift(ApiExportPatientWithLabels.unapply))
def fromDomain(patient: ExportPatientWithLabels) = ApiExportPatientWithLabels(
patientId = patient.patientId.toString,