Commit 6f5c380 1 parent 0fefabe commit 6f5c380 Copy full SHA for 6f5c380
File tree 3 files changed +0
-257
lines changed
3 files changed +0
-257
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import { Runtime } from 'bat-utils/boot-runtime.js'
3
3
import config from '../config.js'
4
4
import suggestionsConsumer from './workers/suggestions.js'
5
5
import voteConsumer from './workers/acvote.js'
6
- import referralsConsumer from './workers/referrals.js'
7
6
import settlementsConsumer from './workers/settlements.js'
8
7
import { getCurrent } from './migrations/current.js'
9
8
@@ -29,7 +28,6 @@ const runtime = new Runtime(config)
29
28
extras . utils . setupKafkaCert ( )
30
29
suggestionsConsumer ( runtime )
31
30
voteConsumer ( runtime )
32
- referralsConsumer ( runtime )
33
31
settlementsConsumer ( runtime )
34
32
runtime . kafka . consume ( ) . catch ( console . error )
35
33
export default runtime
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments