aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/pdsuidomain/formats/json/export/ApiExportPatientWithLabels.scala
diff options
context:
space:
mode:
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,