| 75 | } |
| 76 | }; |
| 77 | export interface AddLinkShareLogQueryParams { |
| 78 | link: string | undefined; |
| 79 | userId: string | null | undefined; |
| 80 | cid: ReferralCampaignKey; |
| 81 | } |
| 82 | |
| 83 | export function addLogQueryParams( |
| 84 | params: Omit<AddLinkShareLogQueryParams, 'link'> & { link: string }, |
nothing calls this directly
no outgoing calls
no test coverage detected