From 264b189a9a2021f63c94a5f2d1982d5b653e58e0 Mon Sep 17 00:00:00 2001 From: Katie Date: Wed, 17 Aug 2022 11:37:32 -0400 Subject: [PATCH] CSR-759 Cleanup --- src/helpers/heritage-integration/cookie-helper.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/helpers/heritage-integration/cookie-helper.js b/src/helpers/heritage-integration/cookie-helper.js index 6f4cf1c3b..dc1872e74 100644 --- a/src/helpers/heritage-integration/cookie-helper.js +++ b/src/helpers/heritage-integration/cookie-helper.js @@ -130,7 +130,6 @@ export function setCookieProperties(properties, { useDefaultFunnelCookieAttribut Takes an object with properties to set. Will overwrite existing properties. */ function setFunnelCookieProperties(properties) { - if (typeof properties == "object") { let cookie = getFunnelCookie();