Skip to content

Commit

Permalink
update monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Mar 5, 2024
1 parent 7f7ca9b commit 30dd80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import { generateBackground } from "./utils";
const MONITOR =
"cd18a5109bd5a3110e173331d873725dbf0c5bedc9357a3cc80ed7029b24e974";
"abcde937081142db0d50d29bf92792d4ee9b3d79a83c483453171a6004711832";
const ONLINE_THRESHOLD = Math.round(Date.now() / 1000) - 60 * 60 * 4;
let currentRelayModal = null;
Expand Down

0 comments on commit 30dd80e

Please sign in to comment.