1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-12-05 02:08:14 +09:00
hotomoe/src/processor/index.ts

5 lines
170 B
TypeScript
Raw Normal View History

2018-03-29 01:20:40 +09:00
import queue from '../queue';
import reportGitHubFailure from './report-github-failure';
export default () => queue.process('gitHubFailureReport', reportGitHubFailure);