Skip to content

Commit 22154fa

Browse files
committed
fix: revert merge artifacts
1 parent 9c9f030 commit 22154fa

File tree

4 files changed

+773
-2699
lines changed

4 files changed

+773
-2699
lines changed

packages/types/src/experiment.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import type { Keys, Equals, AssertEqual } from "./type-fu.js"
66
* ExperimentId
77
*/
88

9-
export const experimentIds = ["powerSteering", "disableCompletionCommand", "marketplace", "multiFileApplyDiff"] as const
9+
export const experimentIds = ["powerSteering", "disableCompletionCommand", "multiFileApplyDiff"] as const
1010

1111
export const experimentIdsSchema = z.enum(experimentIds)
1212

@@ -19,7 +19,6 @@ export type ExperimentId = z.infer<typeof experimentIdsSchema>
1919
export const experimentsSchema = z.object({
2020
powerSteering: z.boolean().optional(),
2121
disableCompletionCommand: z.boolean().optional(),
22-
marketplace: z.boolean().optional(),
2322
multiFileApplyDiff: z.boolean().optional(),
2423
})
2524

0 commit comments

Comments
 (0)