Skip to content

Commit

Permalink
backport #3677
Browse files Browse the repository at this point in the history
Signed-off-by: dartcafe <[email protected]>
  • Loading branch information
dartcafe committed Sep 2, 2024
1 parent 15f8350 commit 1af13fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/modules/cookieHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const deleteCookieByValue = (searchValue: string): string | void => {

if (cookieValue === searchValue) {
deleteCookie(cookieName)
return cookieName
return cookieName.trim()
}
}

Expand Down

0 comments on commit 1af13fb

Please sign in to comment.