posthog
posthog copied to clipboard
refactor: remove redundant references
Problem
There are some unnecessary &
s in the codebase. We take references in places we don't need to.
Changes
There are no frontend changes.
👉 Stay up-to-date with PostHog coding conventions for a smoother review.
Does this work well for both Cloud and self-hosted?
It doesn't have an impact.
How did you test this code?
cargo test
passes locally.