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 Jul 10, 2017
1 parent e01b821 commit 2b3e702
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 @@ -2489,7 +2489,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 2b3e702

Please sign in to comment.