File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ import { ButtonLink } from './utils/forms.tsx'
32
32
import { getDomainUrl } from './utils/misc.server.ts'
33
33
import { getUserImgSrc } from './utils/misc.ts'
34
34
import { useNonce } from './utils/nonce-provider.ts'
35
- import { getSession } from './utils/session.server.ts'
36
35
import { makeTimings , time } from './utils/timing.server.ts'
37
36
import { useOptionalUser , useUser } from './utils/user.ts'
38
37
@@ -75,7 +74,6 @@ export const meta: V2_MetaFunction = () => {
75
74
}
76
75
77
76
export async function loader ( { request } : DataFunctionArgs ) {
78
- const cookieSession = await getSession ( request . headers . get ( 'Cookie' ) )
79
77
const timings = makeTimings ( 'root loader' )
80
78
const userId = await time ( ( ) => getUserId ( request ) , {
81
79
timings,
You can’t perform that action at this time.
0 commit comments