aboutsummaryrefslogtreecommitdiff
path: root/src/client/elm/Model
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/elm/Model')
-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