Skip to content

Commit

Permalink
fix: remove connections endpoint (#28)
Browse files Browse the repository at this point in the history
Until we decided what to do with the /connections endpoint we remove it from the types not not block deployments
  • Loading branch information
mathiasmoeller committed Feb 22, 2022
1 parent 6a61099 commit 7fa83f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,5 +171,5 @@ export declare class LifiAPI {

getStatus(request: GetStatusRequest): Promise<StatusResponse>

getConnections(request: ConnectionsRequest): Promise<ConnectionsResponse>
// getConnections(request: ConnectionsRequest): Promise<ConnectionsResponse>
}

0 comments on commit 7fa83f1

Please sign in to comment.