Skip to content

Commit 3fab0b2

Browse files
authored
Update packages/replay/src/session/clearSession.ts
1 parent ac8a4b6 commit 3fab0b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/replay/src/session/clearSession.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { REPLAY_SESSION_KEY, WINDOW } from '../../src/constants';
22
import type { ReplayContainer } from '../../src/types';
33

44
/**
5-
*
5+
* Removes the session from Session Storage and unsets session in replay instance
66
*/
77
export function clearSession(replay: ReplayContainer): void {
88
deleteSession();

0 commit comments

Comments
 (0)