Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed Dec 14, 2023
1 parent 5e3d11b commit 50db4da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apollo/src/xtoken/xtoken.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { Injectable, Logger, OnModuleInit } from '@nestjs/common';
import { ConfigService } from '@nestjs/config';
import axios from 'axios';
import { last } from 'lodash';
import { HistoryRecord } from '../graphql';
import { AggregationService } from '../aggregation/aggregation.service';
import { TasksService } from '../tasks/tasks.service';
import { TransferService } from './transfer.service';
Expand Down

0 comments on commit 50db4da

Please sign in to comment.