Skip to content

Commit fd9850f

Browse files
committed
Cleanup
1 parent 42bd37f commit fd9850f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/core/webview/ClineProvider.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1347,11 +1347,10 @@ export class ClineProvider
13471347
const cwd = this.cwd
13481348

13491349
// Only fetch marketplace data if the feature is enabled
1350-
const currentExperiments = await this.getState().then((state) => state.experiments)
13511350
let marketplaceItems: any[] = []
13521351
let marketplaceInstalledMetadata: any = { project: {}, global: {} }
13531352

1354-
if (currentExperiments.marketplace) {
1353+
if (experiments.marketplace) {
13551354
marketplaceItems = (await this.marketplaceManager.getCurrentItems()) || []
13561355
marketplaceInstalledMetadata = await this.marketplaceManager.getInstallationMetadata()
13571356
}

0 commit comments

Comments
 (0)