Merge branch 'main' into feat/adds-sorting-to-tables

This commit is contained in:
Chris Hills 2023-04-04 21:20:15 -05:00 committed by GitHub
commit ee124fae8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
},
}))