Skip to content

Commit

Permalink
Fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
blittle committed Nov 30, 2022
1 parent c7626ca commit 1e39d32
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions templates/demo-store/oxygen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@ export default {

const session = await HydrogenSession.init(request, [env.SESSION_SECRET]);

const storefrontConfig = {
publicStorefrontToken: '3b580e70970c4528da70c98e097c2fa0',
storeDomain: 'hydrogen-preview',
storefrontApiVersion: '2022-10',
i18n: getLocaleFromRequest(request),
};

try {
return await requestHandler(
request,
Expand Down

0 comments on commit 1e39d32

Please sign in to comment.