Skip to content

Commit

Permalink
fix: Radash
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio committed Nov 30, 2023
1 parent 49e77d8 commit ffcbb63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/modules/servers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { cache } from "dcl-catalyst-client/dist/contracts-snapshots/data"
import API from "decentraland-gatsby/dist/utils/api/API"
import Catalyst from "decentraland-gatsby/dist/utils/api/Catalyst"
import { CatalystAbout } from "decentraland-gatsby/dist/utils/api/Catalyst.types"
import { memo } from "radash/dist/curry"
import { memo } from "radash"

const mainRealmUrl = "https://realm-provider.decentraland.org/main"

Expand Down
2 changes: 1 addition & 1 deletion src/modules/worlds.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Dataloader from "dataloader"
import Time from "decentraland-gatsby/dist/utils/date/Time"
import { memo } from "radash/dist/curry"
import { memo } from "radash"

import Places, { AggregatePlaceAttributes } from "../api/Places"

Expand Down

0 comments on commit ffcbb63

Please sign in to comment.