Skip to content

Commit 4f6b1fb

Browse files
committed
fix(packages/sui-segment-wrapper): fix google conents function params
1 parent 8baaa92 commit 4f6b1fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sui-segment-wrapper/src/repositories/googleRepository.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export const setGoogleUserId = userId => {
232232
* ad_storage: 'denied'
233233
* }
234234
*/
235-
export const sendGoogleConsents = ({mode = 'default', consents}) => {
235+
export const sendGoogleConsents = (mode = 'default', consents) => {
236236
window.gtag?.(
237237
'consent',
238238
mode,

0 commit comments

Comments
 (0)