aboutsummaryrefslogtreecommitdiff
path: root/src/client/elm/Model/Communication.elm
diff options
context:
space:
mode:
authorJoris2016-01-02 20:49:24 +0100
committerJoris2016-01-02 20:49:24 +0100
commit35493d8ec353f90a6ca67e2aedb702684e0abafa (patch)
treea1c6eba2cde84b89e7554618479d7eab0ef7c480 /src/client/elm/Model/Communication.elm
parent302a2e798f10e61c129753a2bd11634420c1f1a1 (diff)
downloadbudget-35493d8ec353f90a6ca67e2aedb702684e0abafa.tar.gz
budget-35493d8ec353f90a6ca67e2aedb702684e0abafa.tar.bz2
budget-35493d8ec353f90a6ca67e2aedb702684e0abafa.zip
Moving initViewAction to serverCommunication module
Diffstat (limited to 'src/client/elm/Model/Communication.elm')
-rw-r--r--src/client/elm/Model/Communication.elm3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/elm/Model/Communication.elm b/src/client/elm/Model/Communication.elm
index dc4d412..a7ec7a5 100644
--- a/src/client/elm/Model/Communication.elm
+++ b/src/client/elm/Model/Communication.elm
@@ -8,8 +8,7 @@ import Model.User exposing (UserId)
import Model.Payment exposing (..)
type Communication =
- NoCommunication
- | SignIn String
+ SignIn String
| AddPayment String Int
| AddMonthlyPayment String Int
| SetIncome Time Int