fix
This commit is contained in:
parent
6eba33b3be
commit
c2dbe7021e
@ -53,7 +53,7 @@ func (c *Client) IndexChats(ctx context.Context, req *IndexChatsQuery) ([]*Chat,
|
|||||||
|
|
||||||
return resp, nil
|
return resp, nil
|
||||||
}
|
}
|
||||||
func (c *Client) IndexAllRelations(ctx context.Context) ([]*User, error) {
|
func (c *Client) IndexRelations(ctx context.Context) ([]*User, error) {
|
||||||
httpReq, err := http.NewRequest("GET", "https://api.groupme.com/v4"+"/relationships", nil)
|
httpReq, err := http.NewRequest("GET", "https://api.groupme.com/v4"+"/relationships", nil)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
|
Loading…
Reference in New Issue
Block a user