Skip to content

Commit

Permalink
remove old module
Browse files Browse the repository at this point in the history
  • Loading branch information
cauta committed Apr 15, 2024
1 parent 894d5e3 commit 5bd57f9
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 244 deletions.
74 changes: 0 additions & 74 deletions app/apps/worker-service/src/blocksync/blocksync.controller.ts

This file was deleted.

11 changes: 0 additions & 11 deletions app/apps/worker-service/src/blocksync/blocksync.module.ts

This file was deleted.

45 changes: 0 additions & 45 deletions app/apps/worker-service/src/blocksync/blocksync.pipe.ts

This file was deleted.

11 changes: 0 additions & 11 deletions app/apps/worker-service/src/blocksync/blocksync.providers.ts

This file was deleted.

58 changes: 0 additions & 58 deletions app/apps/worker-service/src/blocksync/blocksync.service.ts

This file was deleted.

13 changes: 0 additions & 13 deletions app/apps/worker-service/src/blocksync/dto/create-blocksync.dto.ts

This file was deleted.

This file was deleted.

21 changes: 0 additions & 21 deletions app/apps/worker-service/src/blocksync/schemas/blocksync.schema.ts

This file was deleted.

2 changes: 0 additions & 2 deletions app/apps/worker-service/src/worker-service.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { Module } from '@nestjs/common';
import { ConfigModule } from '@nestjs/config';
import { ClientsModule, Transport } from '@nestjs/microservices';
import { ScheduleModule } from '@nestjs/schedule';
import { BlockSyncModule } from './blocksync/blocksync.module';
import { WorkerServiceController } from './worker-service.controller';
import { EthereumWorker } from './worker/ethereum.worker';
import { WorkerServiceService } from './worker-service.service';
Expand Down Expand Up @@ -30,7 +29,6 @@ import { WorkerServiceService } from './worker-service.service';
},
},
]),
BlockSyncModule,
ScheduleModule.forRoot(),
],
controllers: [WorkerServiceController],
Expand Down

0 comments on commit 5bd57f9

Please sign in to comment.