Skip to content

Commit 1ea157b

Browse files
committed
Update AnalyticsError.NO_CLIENT_ID message
1 parent de95c3e commit 1ea157b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/analytics/src/errors.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ const ERRORS: ErrorMap<AnalyticsError> = {
6969
'contain a valid app ID.',
7070
[AnalyticsError.NO_CLIENT_ID]: 'The "client_id" field is empty.',
7171
[AnalyticsError.INVALID_GTAG_RESOURCE]:
72-
'Trusted Types detected an invalid gtag resource: {$gtagURL}.',
73-
[AnalyticsError.NO_CLIENT_ID]: 'The "client_id" field is empty or falsy.'
72+
'Trusted Types detected an invalid gtag resource: {$gtagURL}.'
7473
};
7574

7675
interface ErrorParams {

0 commit comments

Comments
 (0)