Skip to content

Commit

Permalink
fix(site): missing window on cookie consent
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Jan 8, 2025
1 parent 3578c33 commit 27b21a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/cookieconsent.client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default defineNuxtPlugin(nuxtApp => {
}

if (window._hsq) {
_hsq.push(['identify', {id: response.data.id}]);
window._hsq.push(['identify', {id: response.data.id}]);
}
};

Expand Down

0 comments on commit 27b21a8

Please sign in to comment.