Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
Signed-off-by: MarcoMandar <malicemandar@gmail.com>
  • Loading branch information
MarcoMandar committed Nov 27, 2024
1 parent 8e12dc6 commit 8fa43ab
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ export class SimulationSellingService {

// start the process in the sonar backend
tokenPerformances.forEach(async (tokenPerformance) => {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const tokenProvider = new TokenProvider(
tokenPerformance.tokenAddress,
this.walletProvider,
Expand Down Expand Up @@ -232,6 +233,7 @@ export class SimulationSellingService {
}
const tokenPerformance =
this.trustScoreDb.getTokenPerformance(tokenAddress);
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const tokenProvider = new TokenProvider(
tokenPerformance.tokenAddress,
this.walletProvider,
Expand Down

0 comments on commit 8fa43ab

Please sign in to comment.