mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-10-22 13:20:12 +00:00
Fix elm-analyse issues
This commit is contained in:
@@ -34,7 +34,7 @@ type Msg
|
||||
|
||||
|
||||
update : Flags -> Msg -> Model -> ( Model, Cmd Msg )
|
||||
update flags msg model =
|
||||
update _ msg model =
|
||||
case msg of
|
||||
SetUsers list ->
|
||||
( { model | users = list, selected = Nothing }, Cmd.none )
|
||||
|
Reference in New Issue
Block a user