mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-06 21:48:05 +00:00
Update deps
This commit is contained in:
4
vendor/github.com/google/go-github/github/integration.go
generated
vendored
4
vendor/github.com/google/go-github/github/integration.go
generated
vendored
@@ -28,11 +28,11 @@ func (s *IntegrationsService) ListInstallations(opt *ListOptions) ([]*Installati
|
||||
// TODO: remove custom Accept header when this API fully launches.
|
||||
req.Header.Set("Accept", mediaTypeIntegrationPreview)
|
||||
|
||||
i := new([]*Installation)
|
||||
var i []*Installation
|
||||
resp, err := s.client.Do(req, &i)
|
||||
if err != nil {
|
||||
return nil, resp, err
|
||||
}
|
||||
|
||||
return *i, resp, err
|
||||
return i, resp, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user