Skip to content

Commit

Permalink
fix: lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vasyl-ivanchuk committed Jan 17, 2025
1 parent c6465d2 commit cc9928e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/data-fetcher/src/health/jsonRpcProvider.health.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { HealthIndicator, HealthIndicatorResult, HealthCheckError } from "@nestj
import { ConfigService } from "@nestjs/config";
import { Logger } from "@nestjs/common";
import { HttpService } from "@nestjs/axios";
import { catchError, firstValueFrom, of } from "rxjs";
import { catchError, firstValueFrom } from "rxjs";
import { AxiosError } from "axios";

@Injectable()
Expand Down
2 changes: 1 addition & 1 deletion packages/worker/src/health/jsonRpcProvider.health.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { HealthIndicator, HealthIndicatorResult, HealthCheckError } from "@nestj
import { ConfigService } from "@nestjs/config";
import { Logger } from "@nestjs/common";
import { HttpService } from "@nestjs/axios";
import { catchError, firstValueFrom, of } from "rxjs";
import { catchError, firstValueFrom } from "rxjs";
import { AxiosError } from "axios";

@Injectable()
Expand Down

0 comments on commit cc9928e

Please sign in to comment.