Skip to content

Commit

Permalink
Bugfix for batch other-names add/retract (commit cb1f4d7, #304)
Browse files Browse the repository at this point in the history
  • Loading branch information
mluypaert committed Sep 24, 2020
1 parent 4ef340c commit 650a87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ids/src/wormbase/ids/batch.clj
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
(if (= (type value) clojure.lang.PersistentVector)
(let [build-tx (fn [id attr ^String val] (vec [dt-transact-fn id attr val]))]
(map #(build-tx eid attr %) value))
[dt-transact-fn eid attr value]))))
(list [dt-transact-fn eid attr value])))))
(add-prov-maybe sp)
(transact-fn db))))
conn
Expand Down

0 comments on commit 650a87a

Please sign in to comment.