Skip to content

Commit

Permalink
refactor(RatesInfoService): shorter import
Browse files Browse the repository at this point in the history
  • Loading branch information
bludnic committed Aug 16, 2024
1 parent 9e00a6d commit 48d9f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/nodes/rate-info-service/RateInfoService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { NODE_LABELS } from '@/lib/nodes/constants'
import { RateInfoResponse } from '@/lib/nodes/rate-info-service/types/RateInfoResponse'
import { RateHistoryInfoResponse } from '@/lib/nodes/rate-info-service/types/RateHistoryInfoResponse'
import { GetHistoryParams } from '@/lib/nodes/rate-info-service/types/GetHistoryParams'
import { normalizeHeight } from '@/lib/nodes/rate-info-service/utils.ts'
import { normalizeHeight } from './utils'

export class RateInfoService extends Node<AxiosInstance> {
constructor(url: string) {
Expand Down

0 comments on commit 48d9f57

Please sign in to comment.