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