aboutsummaryrefslogtreecommitdiff
path: root/src/client/elm/Model/Action.elm
diff options
context:
space:
mode:
authorJoris2016-01-03 19:57:59 +0100
committerJoris2016-01-03 19:57:59 +0100
commitd22d10da342520163014dda255d5d9bd5e1a80c0 (patch)
tree02f17aeeab9ec0f95ae8d53017e4e33de347d9d1 /src/client/elm/Model/Action.elm
parenta8309988518af5bddf62d6a326d990fde4069b40 (diff)
downloadbudget-d22d10da342520163014dda255d5d9bd5e1a80c0.tar.gz
budget-d22d10da342520163014dda255d5d9bd5e1a80c0.tar.bz2
budget-d22d10da342520163014dda255d5d9bd5e1a80c0.zip
Move update income to the account update layer
Diffstat (limited to 'src/client/elm/Model/Action.elm')
-rw-r--r--src/client/elm/Model/Action.elm1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/elm/Model/Action.elm b/src/client/elm/Model/Action.elm
index ba47f2d..7267259 100644
--- a/src/client/elm/Model/Action.elm
+++ b/src/client/elm/Model/Action.elm
@@ -14,7 +14,6 @@ import Model.Action.LoggedInAction exposing (LoggedInAction)
type Action =
NoOp
| SignIn String
- | SetIncome Time Int
| UpdateTime Time
| GoLoggedInView Users UserId Payments Payments Int Payers
| UpdateSignIn SignInAction