Skip to content

Commit

Permalink
fix: removed ph str
Browse files Browse the repository at this point in the history
  • Loading branch information
meza committed Aug 20, 2023
1 parent 6f1b2af commit d88a00d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/client/java/gg/meza/analytics/Analytics.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
import static gg.meza.SoundsBeGone.LOGGER;

public class Analytics {
// private static final String POSTHOG_API_KEY = "POSTHOG_API_KEY_REPL";
private static final String POSTHOG_API_KEY = "phc_FwrcOlz7iwXh4IlKbFn7yawZ2LiZJ4ew0p5Yy2OoeRSL";
private static final String POSTHOG_API_KEY = "POSTHOG_API_KEY_REPL";
private static final String POSTHOG_HOST = "https://eu.posthog.com";
private final PostHog posthog;
private final Map<String, Integer> blockedSoundsCount = new HashMap<>();
Expand Down

0 comments on commit d88a00d

Please sign in to comment.