mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-04 18:39:33 +00:00
Remove Http.errorToString
This commit is contained in:
parent
a39dfbf82a
commit
a98211af22
@ -5,7 +5,6 @@ module Util.Http exposing
|
||||
, authPostTrack
|
||||
, authPut
|
||||
, authTask
|
||||
, errorToString
|
||||
, executeIn
|
||||
, jsonResolver
|
||||
)
|
||||
@ -17,11 +16,6 @@ import Process
|
||||
import Task exposing (Task)
|
||||
|
||||
|
||||
errorToString : Http.Error -> String
|
||||
errorToString _ =
|
||||
Debug.todo "remove me"
|
||||
|
||||
|
||||
|
||||
-- Authenticated Requests
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user