1
0
Fork 0
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:
Harvey Kandola 2018-04-11 15:08:03 +01:00
parent b1d677778b
commit 1ea30ee8e1
4 changed files with 8 additions and 8 deletions

View file

@ -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
}