Skip to content

Commit

Permalink
fix: remove NFT_SERVER read from config
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo committed Jun 1, 2023
1 parent c838c7e commit 66e4738
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions webapp/src/modules/favorites/sagas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
CONNECT_WALLET_SUCCESS
} from 'decentraland-dapps/dist/modules/wallet/actions'
import { isErrorWithMessage } from '../../lib/error'
import { config } from '../../config'
import { ItemBrowseOptions } from '../item/types'
import {
closeModal,
Expand All @@ -23,7 +22,6 @@ import { getIdentity as getAccountIdentity } from '../identity/utils'
import { CatalogAPI } from '../vendor/decentraland/catalog/api'
import { retryParams } from '../vendor/decentraland/utils'
import { getAddress } from '../wallet/selectors'
import { ItemAPI } from '../vendor/decentraland/item/api'
import { NFT_SERVER_URL } from '../vendor/decentraland'
import { SortDirection } from '../routing/types'
import { ListsSortBy } from '../vendor/decentraland/favorites/types'
Expand Down Expand Up @@ -70,8 +68,6 @@ import { getListId } from './selectors'
import { FavoritedItems, List } from './types'
import { convertListsBrowseSortByIntoApiSortBy } from './utils'

export const NFT_SERVER_URL = config.get('NFT_SERVER_URL')!

export function* favoritesSaga(getIdentity: () => AuthIdentity | undefined) {
const API_OPTS = {
retries: retryParams.attempts,
Expand Down

0 comments on commit 66e4738

Please sign in to comment.