Skip to content

Commit

Permalink
Tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
rupertbates committed Jan 21, 2025
1 parent 669f842 commit dd4fbf5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ const setAllFeaturesData = (opts: { isExpired: boolean }) => {
: new Date(currentTime + msInOneDay);

setHideSupportMessagingCookie(true);
setAdFreeCookie(2);
setAllowRejectAllCookie(2);
setAdFreeCookie();
setAllowRejectAllCookie();
setUserFeaturesExpiryCookie(expiryDate.getTime().toString());
};

Expand Down

0 comments on commit dd4fbf5

Please sign in to comment.