From dfc5626f0dd35f15df307c734d6c4e9741d99588 Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Thu, 18 Aug 2022 16:31:57 +0300 Subject: [PATCH] time removed from gdpr_consent --- src/routes/Intro/Intro.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/routes/Intro/Intro.js b/src/routes/Intro/Intro.js index a97a113f8..4e2fb74cd 100644 --- a/src/routes/Intro/Intro.js +++ b/src/routes/Intro/Intro.js @@ -186,7 +186,6 @@ const Intro = ({ queryParams }) => { tos: state.termsAccepted, privacy: state.privacyPolicyAccepted, marketing: state.marketingAccepted, - time: new Date(), from: 'web' } }