We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbec61f commit 5060d43Copy full SHA for 5060d43
src/session/session.ts
@@ -8,9 +8,8 @@ import obtainSession from './guest/obtainSession'
8
import guestCart from './guest/cart'
9
import customerCart from './customer/cart'
10
import { COOKIES } from '../constants'
11
-import Session from 'react-storefront-connector/Session'
12
13
-export default async function session(req, res): Promise<Session> {
+export default async function session(req, res): Promise<any> {
14
const cookiesToSet = []
15
16
// ### 1 - LOGGED IN SESSION
0 commit comments