CSR-98 Fix merge conflicts
This commit is contained in:
parent
abebacf630
commit
d6e935a2d8
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ export function getFunnelCookie() {
|
|||
/*
|
||||
Removes cookie from browser.
|
||||
*/
|
||||
export function deleteConceptCookie() {
|
||||
export function deleteFunnelCookie() {
|
||||
document.cookie = `${cookieNames.FUNNEL_SESSION_INFO}=; Max-Age=0; domain=${getDomainWithoutSubdomain()}; path=/`;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue