Skip to content

Commit 74836d3

Browse files
remove: unused import src/server/middleware.ts
Co-authored-by: Jakub Novák <jakub@e2b.dev>
1 parent 7934255 commit 74836d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/server/middleware.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { AUTH_URLS, PROTECTED_URLS } from '@/configs/urls'
88
import { supabaseAdmin } from '@/lib/clients/supabase/admin'
99
import { z } from 'zod'
1010
import { createServerClient } from '@supabase/ssr'
11-
import { logDebug } from '@/lib/clients/logger'
1211

1312
/**
1413
* Core function to resolve team ID and ensure access for dashboard routes.

0 commit comments

Comments
 (0)