Skip to content

Commit

Permalink
fix: Remove features from enum type
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio committed Mar 4, 2024
1 parent 525e3d5 commit 0d4fb07
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/modules/features/types.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
export enum FeatureName {
MAINTENANCE = 'maintenance',
RENTALS = 'rentals',
CAMPAIGN = 'campaign',
DCL_CONTROLLER_V2 = 'dcl-controller-v2',
NEW_NAVBAR_DROPDOWN = 'new-navbar-dropdown',
EMOTES_V2 = 'emotes-2.0',
SMART_ITEMS = 'smart-items',
WORLDS_FOR_ENS_OWNERS = 'worlds-for-ens-owners',
SDK7_TEMPLATES = 'sdk7-templates',
CREATE_SCENE_ONLY_SDK7 = 'create-scene-only-sdk7',
AUTH_DAPP = 'auth-dapp',
ENS_ADDRESS = 'ens-address'
}

0 comments on commit 0d4fb07

Please sign in to comment.