Skip to content

Commit 7791a5e

Browse files
committed
fix: fixed incorrect variable name
1 parent 32a717c commit 7791a5e

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
@@ -19,7 +19,7 @@ today_end.setHours(23, 59, 59, 999);
1919
const start = url.searchParams.get("start") || today_start;
2020
const end = url.searchParams.get("end") || today_end;
2121
const hostname = url.searchParams.get("hostname");
22-
console.log(hostname, start, stop);
22+
console.log(hostname, start, end);
2323

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

0 commit comments

Comments
 (0)