We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb952e commit 7bb8e07Copy full SHA for 7bb8e07
1 file changed
apps/web/src/routes/playground.tsx
@@ -6,7 +6,7 @@ import PlaygroundLayout from '../components/playground/PlaygroundLayout'
6
import type { PlaygroundSession } from '../lib/playground-types'
7
8
const getOrCreateSession = createServerFn({ method: 'GET' })
9
- .validator((data: { sessionId?: string }) => data)
+ .inputValidator((data: { sessionId?: string }) => data)
10
.handler(async ({ data }) => {
11
const { createSession, getSession } = await import('../lib/server/playground-db')
12
0 commit comments