forked from naskya/firefish
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 number from "@/filters/number";
|
||||||
import { useStream } from "@/stream";
|
import { useStream } from "@/stream";
|
||||||
|
|
||||||
const strema = useStream();
|
const stream = useStream();
|
||||||
const connection = markRaw(stream.useChannel("queueStats"));
|
const connection = markRaw(stream.useChannel("queueStats"));
|
||||||
|
|
||||||
const activeSincePrevTick = ref(0);
|
const activeSincePrevTick = ref(0);
|
||||||
|
|
Loading…
Reference in a new issue