mirror of
https://example.com
synced 2024-11-22 12:06:39 +09:00
fix: typo
This commit is contained in:
parent
0e60607e27
commit
e3fc84b80f
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ import XChart from "./overview.queue.chart.vue";
|
|||
import number from "@/filters/number";
|
||||
import { useStream } from "@/stream";
|
||||
|
||||
const strema = useStream();
|
||||
const stream = useStream();
|
||||
const connection = markRaw(stream.useChannel("queueStats"));
|
||||
|
||||
const activeSincePrevTick = ref(0);
|
||||
|
|
Loading…
Reference in a new issue