Skip to content

Commit

Permalink
chore: disable playground examples for spscommerce (#2247)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi authored Mar 5, 2025
1 parent 6d00251 commit e4fe317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/fern-docs/ui/src/atoms/playground.ts
Original file line number Diff line number Diff line change
Expand Up @@ -507,8 +507,8 @@ export function useOpenPlayground(): (
formStateAtom,
getInitialEndpointRequestFormStateWithExample(
context,
// HACKHACK: twelvelabs
domain.includes("twelvelabs")
// HACKHACK: twelvelabs and spscommerce
domain.includes("twelvelabs") || domain.includes("spscommerce")
? undefined
: context.endpoint.examples?.[0],
playgroundInitialState
Expand Down

0 comments on commit e4fe317

Please sign in to comment.