Skip to content

Commit

Permalink
omcljsGH-862 fix Always set :queued to false in reconcile\!
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoguchi committed Apr 5, 2017
1 parent 90c536e commit d67c776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/om/next.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -2471,7 +2471,7 @@
q (if-not (nil? remote)
(get-in st [:remote-queue remote])
(:queue st))]
(swap! state update-in [:queued] not)
(swap! state assoc :queued false)
(if (not (nil? remote))
(swap! state assoc-in [:remote-queue remote] [])
(swap! state assoc :queue []))
Expand Down

0 comments on commit d67c776

Please sign in to comment.