mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 15:58:38 +01:00
.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
|
||||
const onlineUsers = await useFetch<number>(`/api/data/live_users`, {
|
||||
const onlineUsers = useFetch<number>(`/api/data/live_users`, {
|
||||
headers: useComputedHeaders({ useSnapshotDates: false }), immediate: false
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user