Skip to content

Commit

Permalink
fix(API): change function name
Browse files Browse the repository at this point in the history
  • Loading branch information
iljassh committed Apr 27, 2021
1 parent 2b7f6da commit 9df83bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/trailindex/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ func (store *TrailIndex) StartIndexing(connectionIDs []string) ([]Connection, er
return connections, err
}

// ConnectionStatus gets the statuses of the specified connections
func (store *TrailIndex) ConnectionStatus(connectionIDs []string) ([]Connection, error) {
// IndexingStatuses gets the statuses of the specified connections
func (store *TrailIndex) IndexingStatuses(connectionIDs []string) ([]Connection, error) {
var connections []Connection

_, err := store.api.
Expand Down

0 comments on commit 9df83bc

Please sign in to comment.