Skip to content

Commit 4abce0a

Browse files
committed
fix: respect testing mode
1 parent 154432e commit 4abce0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visualization/src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const end = url.searchParams.get("end") || today_end;
2121
const hostname = url.searchParams.get("hostname");
2222
console.log(hostname, start, stop);
2323

24-
const aw = new aw_client.AWClient("aw-watcher-input", { testing: true });
24+
const aw = new aw_client.AWClient("aw-watcher-input", { testing: testing });
2525

2626
function load() {
2727
const statusEl = document.getElementById("status");

0 commit comments

Comments
 (0)