mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-31 19:45:15 +02:00
chore: linting
This commit is contained in:
parent
08c75127f1
commit
634f6f24bf
50 changed files with 292 additions and 355 deletions
|
|
@ -26,12 +26,12 @@ export function PostHogIdentify() {
|
|||
|
||||
// Only identify if this is a new user or different from previous
|
||||
if (previousUserIdRef.current !== userId) {
|
||||
identifyUser(userId, {
|
||||
email: user.email,
|
||||
name: user.display_name,
|
||||
is_superuser: user.is_superuser,
|
||||
is_verified: user.is_verified,
|
||||
});
|
||||
identifyUser(userId, {
|
||||
email: user.email,
|
||||
name: user.display_name,
|
||||
is_superuser: user.is_superuser,
|
||||
is_verified: user.is_verified,
|
||||
});
|
||||
previousUserIdRef.current = userId;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue