Skip to content

Commit

Permalink
fix(ceremony): duplicate logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Swepool committed Oct 2, 2024
1 parent d669836 commit 3a19a2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ceremony/src/lib/state/contributor.svelte.ts
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ export class Contributor {
axiom.ingest("monitor", [{ user: this.userId, type: "missed" }])
} else if (this.clientState === "offline") {
this.state = "offline"
axiom.ingest("monitor", [{ user: this.userId, type: "offline" }])
} else {
this.state = "loading"
}
Expand Down

0 comments on commit 3a19a2b

Please sign in to comment.