Skip to content

Commit

Permalink
Fix for omcljsGH-877
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoguchi committed Jul 10, 2017
1 parent 793de71 commit d1b4ec1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/om/next.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -2107,6 +2107,9 @@
(if-not (nil? joins)
(let [join (first joins)
[key sel] (util/join-entry join)
sel (if (= key recurse-key)
query
sel)
v (get ident key)]
(recur (next joins)
(assoc ret
Expand Down

0 comments on commit d1b4ec1

Please sign in to comment.