From 895fe339951a10f39ad78f65c0432cd11da80187 Mon Sep 17 00:00:00 2001 From: Sibyl Date: Thu, 5 Dec 2019 17:03:29 +0000 Subject: [PATCH] fix typo in all_labs representative column --- src/rest_api/classes/laboratory/widgets/all_labs.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rest_api/classes/laboratory/widgets/all_labs.clj b/src/rest_api/classes/laboratory/widgets/all_labs.clj index 5f0df514..7790a1ef 100644 --- a/src/rest_api/classes/laboratory/widgets/all_labs.clj +++ b/src/rest_api/classes/laboratory/widgets/all_labs.clj @@ -29,8 +29,8 @@ (str "http://" lc-url) lc-url))) :affiliation (first (:laboratory/mail obj)) - :represenative (when-let [rep (:laboratory/representative obj)] - (pack-obj (first rep)))}))) + :representative (when-let [rep (:laboratory/representative obj)] + (pack-obj (first rep)))}))) (remove nil?))) :description "the natural isolates of the strain"})