mirror of
https://fast.feibisi.com/https://github.com/parcelvoy/platform.git
synced 2025-09-01 12:26:08 +08:00
Merge branch 'main' into feat/adds-sorting-to-tables
This commit is contained in:
commit
ee124fae8d
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ router.post('/segment', async ctx => {
|
|||
email: event.traits.email,
|
||||
phone: event.traits.phone,
|
||||
timezone: event.context.timezone,
|
||||
locale: parseLocale(event.context.locale),
|
||||
locale: event.context.locale && parseLocale(event.context.locale),
|
||||
data: event.traits,
|
||||
},
|
||||
}))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue