remove invitee field from analytics
This commit is contained in:
@@ -147,7 +147,6 @@ async function inviteByUUID (uuid, group, inviter, req, res) {
|
||||
uuid: inviter._id,
|
||||
hitType: 'event',
|
||||
category: 'behavior',
|
||||
invitee: uuid,
|
||||
groupId: group._id,
|
||||
groupType: group.type,
|
||||
headers: req.headers,
|
||||
@@ -212,7 +211,6 @@ async function inviteByEmail (invite, group, inviter, req, res) {
|
||||
uuid: inviter._id,
|
||||
hitType: 'event',
|
||||
category: 'behavior',
|
||||
invitee: 'email',
|
||||
groupId: group._id,
|
||||
groupType: group.type,
|
||||
headers: req.headers,
|
||||
@@ -250,7 +248,6 @@ async function inviteByUserName (username, group, inviter, req, res) {
|
||||
uuid: inviter._id,
|
||||
hitType: 'event',
|
||||
category: 'behavior',
|
||||
invitee: userToInvite._id,
|
||||
groupId: group._id,
|
||||
groupType: group.type,
|
||||
headers: req.headers,
|
||||
|
||||
Reference in New Issue
Block a user