Skip to content

Commit

Permalink
Review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna committed Oct 11, 2024
1 parent 4dcf3a7 commit d49a12b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion apps/connect-v1/src/providers/telemetry.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ describe("telemetry", () => {
txId: "txId",
USDAmount: 123.456,
amount: undefined,
connectHost: undefined,
connectVersion: undefined,
});
});
Expand Down
1 change: 0 additions & 1 deletion apps/connect-v1/src/providers/telemetry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ export const eventHandler = (e: WormholeConnectEvent) => {
USDAmount: e.details.USDAmount,
amount: e.details.amount,
connectVersion: e.meta?.version,
connectHost: e.meta ? (window.location.host + window.location.pathname) : undefined,
route:
{
bridge: "Manual Bridge",
Expand Down

0 comments on commit d49a12b

Please sign in to comment.