Skip to content

Commit 87675d9

Browse files
committed
Update index.js
1 parent af700e0 commit 87675d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/script/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
}
207207

208208
function trackSiteVisit() {
209-
const { cookieOptions, siteDomain } = getOptions(script);
209+
const { apiHost, cookieOptions, siteDomain } = getOptions(script);
210210

211211
// no need to track site visit if `siteDomain` is not set
212212
if (!siteDomain) {

0 commit comments

Comments
 (0)