diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-03-31 20:24:14 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-03-31 20:24:14 +0900 |
| commit | f15f4e0bcbd6a3d8cdd520450c56b14abcb7dc6a (patch) | |
| tree | c93ccfb7030477b9e4a552ceb2d2f08125ced896 /src/api | |
| parent | [Client] Fix (diff) | |
| download | sharkey-f15f4e0bcbd6a3d8cdd520450c56b14abcb7dc6a.tar.gz sharkey-f15f4e0bcbd6a3d8cdd520450c56b14abcb7dc6a.tar.bz2 sharkey-f15f4e0bcbd6a3d8cdd520450c56b14abcb7dc6a.zip | |
Fix bug
Diffstat (limited to 'src/api')
| -rw-r--r-- | src/api/service/github.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/service/github.ts b/src/api/service/github.ts index 6394e83d76..8b9b5edea0 100644 --- a/src/api/service/github.ts +++ b/src/api/service/github.ts @@ -33,6 +33,7 @@ module.exports = async (app: express.Application) => { handler.on('status', event => { const state = event.state; switch (state) { + case 'error': case 'failure': const commit = event.commit; const parent = commit.parents[0]; |