mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Set user properties instead of event properties on labels setter
This commit is contained in:
parent
52ad191255
commit
53ac43563d
1 changed files with 4 additions and 2 deletions
|
|
@ -73,8 +73,10 @@ export const labelsResolver = authorized<LabelsSuccess, LabelsError>(
|
|||
event: 'labels',
|
||||
properties: {
|
||||
env: env.server.apiEnv,
|
||||
email: user.email,
|
||||
username: user.profile.username,
|
||||
$set: {
|
||||
email: user.email,
|
||||
username: user.profile.username,
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue