Skip to content

Commit 4d48ecc

Browse files
committed
remove early return
1 parent 87cb656 commit 4d48ecc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/script/src/base.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@
165165
const clickId = params.get(DUB_ID_VAR);
166166
if (clickId && shouldSetCookie(clickId)) {
167167
cookieManager.set(DUB_ID_VAR, clickId);
168-
return;
169168
}
170169

171170
// Track via query param

0 commit comments

Comments
 (0)