diff options
Diffstat (limited to 'src/client/elm/Model')
-rw-r--r-- | src/client/elm/Model/Init.elm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/elm/Model/Init.elm b/src/client/elm/Model/Init.elm index d9dbc36..7028427 100644 --- a/src/client/elm/Model/Init.elm +++ b/src/client/elm/Model/Init.elm @@ -11,6 +11,5 @@ type alias Init = , me : UserId , payments : Payments , monthlyPayments : Payments - , paymentsCount : Int , incomes : Incomes } |