Skip to content

Commit

Permalink
Merge pull request #204 from WormBase/fix/lab-rep-typo
Browse files Browse the repository at this point in the history
fix typo in all_labs representative column
  • Loading branch information
Sibyl G authored Dec 5, 2019
2 parents 75e94a3 + 895fe33 commit 57cbfbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rest_api/classes/laboratory/widgets/all_labs.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"})

Expand Down

0 comments on commit 57cbfbd

Please sign in to comment.