Skip to content

Commit

Permalink
concertei problema de evento ... atualizando db
Browse files Browse the repository at this point in the history
  • Loading branch information
interstar committed Jul 19, 2018
1 parent 22e9a50 commit 42445ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cljs/contascalangos/events.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
(fn [db event]
(let [novo-valor (second event)
itens (:orcamento db)]
{:db (assoc db :orcamento (cons novo-valor itens))} )))
(assoc db :orcamento (cons novo-valor itens)) )))

0 comments on commit 42445ac

Please sign in to comment.