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