mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
replace $set with $set_once
This commit is contained in:
parent
41aa976625
commit
0369a39f08
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ export const labelsResolver = authorized<LabelsSuccess, LabelsError>(
|
|||
event: 'labels',
|
||||
properties: {
|
||||
env: env.server.apiEnv,
|
||||
$set: {
|
||||
$set_once: {
|
||||
email: user.email,
|
||||
username: user.profile.username,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue