Skip to content

Commit e9edf7c

Browse files
committed
fixed user
1 parent 01f0038 commit e9edf7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Breinify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
'utmCampaign': utmCampaign,
204204
'utmTerm': utmTerm,
205205
'utmContent': utmContent
206-
}, user);
206+
}, {});
207207

208208
// make sure we have a result and send the activity
209209
if ($.isPlainObject(values) && $.isPlainObject(values.user) && $.isPlainObject(values.utmData)) {

0 commit comments

Comments
 (0)