Skip to content

Commit

Permalink
fix(style): run lintfix
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Jun 5, 2024
1 parent 6b805d5 commit 37a18aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/api/src/readDataFeeds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { RouterDataFeedsConfig, FeedInfo, FeedInfoConfig } from '../types'
import { normalizeConfig } from './utils'

const CONFIG_URL = process.env.TEST_BRANCH
? `https://raw.github.com/witnet/data-feeds-explorer/${process.env.TEST_BRANCH}/packages/api/src/dataFeedsRouter.json`
: `https://raw.github.com/witnet/data-feeds-explorer/main/packages/api/src/dataFeedsRouter.json`
? `https://raw.github.com/witnet/data-feeds-explorer/${process.env.TEST_BRANCH}/packages/api/src/dataFeedsRouter.json`
: `https://raw.github.com/witnet/data-feeds-explorer/main/packages/api/src/dataFeedsRouter.json`

function isRouterDataFeedsConfig(val: any): val is RouterDataFeedsConfig {
return val?.contracts && val?.chains && val.conditions && val.currencies
Expand Down

0 comments on commit 37a18aa

Please sign in to comment.