We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9605ad commit dfcaab8Copy full SHA for dfcaab8
dotcom-rendering/src/lib/newsletter-sign-up-requests.ts
@@ -1,7 +1,7 @@
1
+import { getCookie } from '@guardian/libs';
2
import type { TAction } from '@guardian/ophan-tracker-js';
3
import { submitComponentEvent } from '../client/ophan/ophan';
4
import type { RenderingTarget } from '../types/renderingTarget';
-import { getCookie } from '@guardian/libs';
5
6
const buildNewsletterSignUpFormData = (
7
emailAddress: string,
0 commit comments