Skip to content

Commit 2518d93

Browse files
cpreidcrstatsig
andauthored
targeting details for js use cases (#2942)
Co-authored-by: crstatsig <[email protected]>
1 parent 1ff10cd commit 2518d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/client/javascript-mono/_asyncTimeouts.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This requires javascript code to capture the cookie or the UTM from the browser
1010
const user = {
1111
custom: {
1212
isLoggedIn: cookieLib.get('isLoggedIn'),
13-
utm: new URL(window.location.href).searchParams.get("utm");
13+
utm: new URL(window.location.href).searchParams.get("utm")
1414
}
1515
}
1616
const myStatsigClient = new StatsigClient(YOUR_SDK_KEY, user, options);

0 commit comments

Comments
 (0)