Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
confxsd committed May 24, 2024
1 parent 7d6bc3f commit 3dadb9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web-app/src/services/tracker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const trackEvent = (name: string, props?: Record<string, any>) => {
if (process.env.NEXT_PUBLIC_API_URL === "https://index.network/api") {
plausible.trackEvent(name, props);
}
plausible.trackEvent(name, props);
};

export const WALLET_CONNECTED = events.WALLET_CONNECTED;
Expand Down

0 comments on commit 3dadb9c

Please sign in to comment.