We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a717c commit 7791a5eCopy full SHA for 7791a5e
visualization/src/index.js
@@ -19,7 +19,7 @@ today_end.setHours(23, 59, 59, 999);
19
const start = url.searchParams.get("start") || today_start;
20
const end = url.searchParams.get("end") || today_end;
21
const hostname = url.searchParams.get("hostname");
22
-console.log(hostname, start, stop);
+console.log(hostname, start, end);
23
24
const aw = new aw_client.AWClient("aw-watcher-input", { testing: testing });
25
0 commit comments