mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: onboarding tracker (#1360)
This commit is contained in:
parent
df41daf71b
commit
ff87137e40
@ -58,7 +58,6 @@ class UserService extends APIService {
|
|||||||
if (trackEvent)
|
if (trackEvent)
|
||||||
trackEventServices.trackUserOnboardingCompleteEvent(
|
trackEventServices.trackUserOnboardingCompleteEvent(
|
||||||
{
|
{
|
||||||
...response.data,
|
|
||||||
user_role: userRole ?? "None",
|
user_role: userRole ?? "None",
|
||||||
},
|
},
|
||||||
user
|
user
|
||||||
|
Loading…
Reference in New Issue
Block a user