Skip to content

Commit 89cd7b1

Browse files
committed
Remove unused api
1 parent 7e89c73 commit 89cd7b1

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

src/UnisonLocal/Api.elm

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
module UnisonLocal.Api exposing
2-
( codebaseApiEndpointToEndpoint
3-
, codebaseHash
4-
, namespace
5-
)
1+
module UnisonLocal.Api exposing (codebaseApiEndpointToEndpoint, namespace)
62

73
import Code.BranchRef as BranchRef
84
import Code.CodebaseApi as CodebaseApi
@@ -22,11 +18,6 @@ import UnisonLocal.ProjectName as ProjectName
2218
import Url.Builder exposing (QueryParameter, int, string)
2319

2420

25-
codebaseHash : Endpoint
26-
codebaseHash =
27-
GET { path = [ "list" ], queryParams = [] }
28-
29-
3021
namespace : CodeBrowsingContext -> Perspective -> FQN -> Endpoint
3122
namespace context perspective fqn =
3223
let

0 commit comments

Comments
 (0)