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:
@ -818,7 +818,7 @@ update key flags next msg model =
|
||||
in
|
||||
( { model | sentMails = sm }, Cmd.none )
|
||||
|
||||
SentMailsResp (Err err) ->
|
||||
SentMailsResp (Err _) ->
|
||||
( model, Cmd.none )
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user