aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/pdsuidomain/formats/json/export/ApiExportPatientLabel.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/ApiExportPatientLabel.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/ApiExportPatientLabel.scala')
-rw-r--r--src/main/scala/xyz/driver/pdsuidomain/formats/json/export/ApiExportPatientLabel.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scala/xyz/driver/pdsuidomain/formats/json/export/ApiExportPatientLabel.scala b/src/main/scala/xyz/driver/pdsuidomain/formats/json/export/ApiExportPatientLabel.scala
index 78a73a6..3deccbf 100644
--- a/src/main/scala/xyz/driver/pdsuidomain/formats/json/export/ApiExportPatientLabel.scala
+++ b/src/main/scala/xyz/driver/pdsuidomain/formats/json/export/ApiExportPatientLabel.scala
@@ -12,7 +12,7 @@ object ApiExportPatientLabel {
(JsPath \ "labelId").format[String] and
(JsPath \ "labelName").format[String] and
(JsPath \ "evidence").format[List[ApiExportPatientLabelEvidence]]
- ) (ApiExportPatientLabel.apply, unlift(ApiExportPatientLabel.unapply))
+ )(ApiExportPatientLabel.apply, unlift(ApiExportPatientLabel.unapply))
def fromDomain(label: ExportPatientLabel) = ApiExportPatientLabel(
id = label.id.toString,