Skip to content

Commit

Permalink
feature(bounty end time): added endTime field to bounty claim
Browse files Browse the repository at this point in the history
  • Loading branch information
vhorin-mp committed Nov 28, 2021
1 parent 574eb1d commit dde7aae
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions apps/aggregator/src/aggregator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ export default class Aggregator {
const app = await NestFactory.createMicroservice(AggregatorModule, {
transport: Transport.TCP,
logger,
options: {
port: 3001,
},
});

app.useGlobalInterceptors(
Expand All @@ -27,6 +24,6 @@ export default class Aggregator {
);

// Run initial aggregation
// app.get(AggregatorService).aggregateAllDaos();
app.get(AggregatorService).aggregateAllDaos();
}
}

0 comments on commit dde7aae

Please sign in to comment.