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