Skip to content

Commit 91e7d4a

Browse files
committed
fix: accidental change
1 parent 66f3c7f commit 91e7d4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/analytics-js/src/components/userSessionManager/UserSessionManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ class UserSessionManager implements IUserSessionManager {
557557
this.serverSideCookieDebounceFuncs[sessionKey] = (
558558
globalThis as typeof window
559559
).setTimeout(() => {
560-
delete this.serverSideCookieDebounceFuncs[sessionKey];x
560+
delete this.serverSideCookieDebounceFuncs[sessionKey];
561561

562562
// In the debounce function, make the cookie request only when cookie requests are waiting
563563
// in the queue. The first request would have been sent already.

0 commit comments

Comments
 (0)