another test

This commit is contained in:
Francois Campbell
2018-05-26 18:45:39 -04:00
parent f292b6deae
commit 664f3bc032

View File

@@ -78,6 +78,7 @@ class GitHubService {
Authorization: `token ${this.githubAccessToken}`,
},
}).catch(error => {
// dummy
// eslint-disable-next-line no-console
console.error('update status error', error)
if (error.response) {