Fix bug
This commit is contained in:
parent
64547965b4
commit
2a5016865a
3 changed files with 30 additions and 42 deletions
|
|
@ -1,11 +1,9 @@
|
|||
import deliver from './deliver';
|
||||
import processInbox from './process-inbox';
|
||||
import reportGitHubFailure from './report-github-failure';
|
||||
|
||||
const handlers = {
|
||||
deliver,
|
||||
processInbox,
|
||||
reportGitHubFailure
|
||||
};
|
||||
|
||||
export default (job, done) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue