Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
itswadesh committed Jan 20, 2025
1 parent 0f1883d commit da1f2d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hooks.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export const handle: Handle = async ({ event, resolve }) => {
event.locals.isShowBackButton = isShowBackButton

const storeId = event.cookies.get('storeId')
console.log('storeId', storeId)
// const store = event.cookies.get('store') || '{}'
// const storeAsJson = JSON.parse(store)
if (storeId && storeId != 'undefined') {
Expand Down

0 comments on commit da1f2d4

Please sign in to comment.