mirror of
https://github.com/documize/community.git
synced 2025-07-28 01:29:43 +02:00
Disable native GitHub commits module
This commit is contained in:
parent
b1d677778b
commit
1ea30ee8e1
4 changed files with 8 additions and 8 deletions
|
@ -145,6 +145,7 @@ func getCommits(client *gogithub.Client, config *githubConfig) ([]githubCommit,
|
|||
guff, _, err := client.Repositories.ListCommits(context.Background(), orb.Owner, orb.Repo, opts)
|
||||
|
||||
if err != nil {
|
||||
fmt.Println(err)
|
||||
return nil, nil, err
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue