Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed Apr 24, 2024
1 parent 01ff40e commit b20af4e
Show file tree
Hide file tree
Showing 9 changed files with 257 additions and 216 deletions.
2 changes: 1 addition & 1 deletion apollo/src/aggregation/aggregation.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { AggregationService } from './aggregation.service';
import { AggregationResolver } from './aggregation.resolver';
import { TasksModule } from '../tasks/tasks.module';
import { TransferService as Lnv2Service } from '../lnv2/transfer.service';
import { TransferService as Lnv3Service} from '../lnv3/transfer.service';
import { TransferService as Lnv3Service } from '../lnv3/transfer.service';

@Module({
imports: [TasksModule],
Expand Down
Loading

0 comments on commit b20af4e

Please sign in to comment.