Skip to content

Commit

Permalink
chore: Add TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
fzavalia committed Mar 27, 2023
1 parent e735616 commit 542d89b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ethereum/api/collection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,8 @@ export const canUseCollectionAPIAlt = async () => {

try {
const response = await fetch(
// TODO: Provide via env?
// TODO: Abstract this to be able to use a generic feature flag solution in servers.
'https://feature-flags.decentraland.org/builder.json'
)

Expand Down

0 comments on commit 542d89b

Please sign in to comment.