Skip to content

Commit

Permalink
Fix next release
Browse files Browse the repository at this point in the history
  • Loading branch information
blittle committed Oct 30, 2023
1 parent a4279cc commit 9a837bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hydrogen/src/customer/customer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export function createCustomerClient({
const logSubRequestEvent =
process.env.NODE_ENV === 'development'
? (query: string, startTime: number) => {
globalThis.__H2O_LOG_EVENT?.({
(globalThis as any).__H2O_LOG_EVENT?.({
eventType: 'subrequest',
url: `https://shopify.dev/?${hashKey([
`Customer Account `,
Expand Down

0 comments on commit 9a837bd

Please sign in to comment.