We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe25e2e commit a2b9979Copy full SHA for a2b9979
1 file changed
src/lib/utils/server.ts
@@ -2,12 +2,7 @@ import 'server-cli-only'
2
3
import { supabaseAdmin } from '@/lib/clients/supabase/admin'
4
import { createClient } from '@/lib/clients/supabase/server'
5
-import { Database } from '@/types/database.types'
6
-import {
7
- E2BError,
8
- UnauthenticatedError,
9
- UnauthorizedError,
10
-} from '@/types/errors'
+import { E2BError, UnauthenticatedError } from '@/types/errors'
11
import { z } from 'zod'
12
import { cookies } from 'next/headers'
13
import { unstable_noStore } from 'next/cache'
0 commit comments