Skip to content

Commit

Permalink
Fix item
Browse files Browse the repository at this point in the history
  • Loading branch information
verberktstan authored Jan 31, 2024
1 parent 4df82b1 commit 2792e78
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 @@ -41,7 +41,7 @@
(zipmap keyseq)
(merge-with parse props))
ea-vector (juxt :entity/attribute :attribute)
v-parser (get parsers (ea-vector m))]
v-parser (get parsers (ea-vector item))]
(cond-> item v-parser (update :value v-parser)))))

(defn parser
Expand Down

0 comments on commit 2792e78

Please sign in to comment.