forked from lug/matterbridge
Update vendor slack-go/slack (#1068)
This commit is contained in:
2
vendor/github.com/slack-go/slack/auth.go
generated
vendored
2
vendor/github.com/slack-go/slack/auth.go
generated
vendored
@@ -27,7 +27,7 @@ func (api *Client) SendAuthRevoke(token string) (*AuthRevokeResponse, error) {
|
||||
return api.SendAuthRevokeContext(context.Background(), token)
|
||||
}
|
||||
|
||||
// SendAuthRevokeContext will retrieve the satus from api.test
|
||||
// SendAuthRevokeContext will send a revocation request for our token to api.revoke with context
|
||||
func (api *Client) SendAuthRevokeContext(ctx context.Context, token string) (*AuthRevokeResponse, error) {
|
||||
if token == "" {
|
||||
token = api.token
|
||||
|
||||
Reference in New Issue
Block a user