Introduce processor
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import queue from '../queue';
|
||||
import reportGitHubFailure from './report-github-failure';
|
||||
|
||||
export default () => queue.process('gitHubFailureReport', reportGitHubFailure);
|
||||
Reference in New Issue
Block a user