Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dwyfrequency committed Apr 18, 2023
1 parent 888aba4 commit 9357f51
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions packages/analytics/src/functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,6 @@ export async function setUserProperties(
* Retrieves a unique Google Analytics identifier for the web client.
* See {@link https://developers.google.com/analytics/devguides/collection/ga4/reference/config#client_id | client_id}.
*
* @public
*
* @param gtagFunction Wrapped gtag function that waits for fid to be set before sending an event
*/
export async function internalGetGoogleAnalyticsClientId(
Expand Down
1 change: 0 additions & 1 deletion packages/analytics/src/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ function wrapGtag(
);
} else if (command === GtagCommand.CONSENT) {
const [gtagParams] = args;
// If CONFIG, second arg must be measurementId.
gtagCore(GtagCommand.CONSENT, 'update', gtagParams as ConsentSettings);
} else if (command === GtagCommand.GET) {
const [measurementId, fieldName, callback] = args;
Expand Down

0 comments on commit 9357f51

Please sign in to comment.