Skip to content

Commit 11db63c

Browse files
authored
Merge pull request #514 from EducationalTools/main
fix issue with resetting analytics
2 parents 909d1bf + 6a338fd commit 11db63c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/routes/identify.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
name: userCtx.user.fullName,
1212
clerkId: userCtx.user.id
1313
});
14-
} else {
15-
posthog.reset();
1614
}
1715
});
1816
</script>

0 commit comments

Comments
 (0)