posthog icon indicating copy to clipboard operation
posthog copied to clipboard

refactor: remove redundant references

Open hamirmahal opened this issue 4 months ago • 0 comments

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.

hamirmahal avatar Oct 14 '24 18:10 hamirmahal