Skip to content

Commit

Permalink
Update eav.cljc
Browse files Browse the repository at this point in the history
  • Loading branch information
verberktstan authored Jan 31, 2024
1 parent 8dc42c2 commit 968ec99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/swark/eav.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"Returns row as a map with :entity/attribute, :entity/value, :attribute & :value. Applies supplied parsers on the fly for thise mapentries. You can supply a value parser lookup via :value/parsers, if a parser can be found by [:entity/attribute :attribute], this is used to parse the :value of the row's eav-map."
([row]
(parse-row nil row))
([{:value/keys [parsers] props} row]
([{:value/keys [parsers] :as props} row]
(let [keyseq [:entity/attribute :entity/value :attribute :value]
props (select-keys props keyseq)
_ (assert-ifn-vals props)
Expand Down

0 comments on commit 968ec99

Please sign in to comment.