Skip to content

Commit 5cc88cb

Browse files
committed
fix the test
1 parent 698e29f commit 5cc88cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/script/src/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Store script reference for extensions
33
const script = document.currentScript;
44

5-
const DUB_ID_VAR = 'dub_idd';
5+
const DUB_ID_VAR = 'dub_id';
66
const DUB_PARTNER_COOKIE = 'dub_partner_data';
77
const COOKIE_EXPIRES = 90 * 24 * 60 * 60 * 1000; // 90 days
88
const HOSTNAME = window.location.hostname;

0 commit comments

Comments
 (0)