Skip to content

Commit

Permalink
chore: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
shane-moore committed Jan 1, 2024
1 parent 99d485c commit fc0e3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layer/providers/cacheApi/spot.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { SpotMarket, AllChronosSpotMarketSummary } from '@injectivelabs/sdk-ts'
import { BaseCacheApi } from './base'
import { indexerRestSpotChronosApi, indexerSpotApi } from '@/Service'
import { indexerRestSpotChronosApi, indexerSpotApi } from '../../Service'

export class SpotCacheApi extends BaseCacheApi {
async fetchMarkets() {
Expand Down

0 comments on commit fc0e3b6

Please sign in to comment.