Skip to content

Commit 5060d43

Browse files
committed
Fixing types
1 parent bbec61f commit 5060d43

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/session/session.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ import obtainSession from './guest/obtainSession'
88
import guestCart from './guest/cart'
99
import customerCart from './customer/cart'
1010
import { COOKIES } from '../constants'
11-
import Session from 'react-storefront-connector/Session'
1211

13-
export default async function session(req, res): Promise<Session> {
12+
export default async function session(req, res): Promise<any> {
1413
const cookiesToSet = []
1514

1615
// ### 1 - LOGGED IN SESSION

0 commit comments

Comments
 (0)