File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import cacheManager from '@type-cacheable/core';
6
6
import { useAdapter } from '@type-cacheable/lru-cache-adapter' ;
7
7
8
8
import { AggregatorModule } from './aggregator.module' ;
9
- import { AggregatorService } from './aggregator.service' ;
10
9
11
10
export default class Aggregator {
12
11
private readonly logger = new Logger ( Aggregator . name ) ;
@@ -28,8 +27,7 @@ export default class Aggregator {
28
27
29
28
this . logger . log ( 'Aggregator Microservice is listening...' ) ;
30
29
31
- // TODO: handle the very 1st aggregation
32
30
// Run initial aggregation
33
- await app . get ( AggregatorService ) . scheduleAggregation ( ) ;
31
+ // await app.get(AggregatorService).scheduleAggregation();
34
32
}
35
33
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dao-stats-api" ,
3
- "version" : " 0.0.3 " ,
3
+ "version" : " 0.0.4 " ,
4
4
"description" : " DaoStats API backend" ,
5
5
"author" : " " ,
6
6
"private" : true ,
You can’t perform that action at this time.
0 commit comments