We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 154432e commit 4abce0aCopy full SHA for 4abce0a
visualization/src/index.js
@@ -21,7 +21,7 @@ const end = url.searchParams.get("end") || today_end;
21
const hostname = url.searchParams.get("hostname");
22
console.log(hostname, start, stop);
23
24
-const aw = new aw_client.AWClient("aw-watcher-input", { testing: true });
+const aw = new aw_client.AWClient("aw-watcher-input", { testing: testing });
25
26
function load() {
27
const statusEl = document.getElementById("status");
0 commit comments