Skip to content

Commit 288a801

Browse files
committed
Fix direct sale tracking leadEventData
1 parent b45bc36 commit 288a801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/lib/api/conversions/track-sale.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export const trackSale = async ({
169169
if (leadEventData) {
170170
leadEventData = {
171171
...leadEventData,
172-
link_id: clickData.link_id,
172+
...clickData,
173173
};
174174
}
175175
}

0 commit comments

Comments
 (0)