mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 07:37:11 +01:00
Remove snake_case.
This commit is contained in:
parent
e1f99a7d01
commit
a91386434d
21 changed files with 86 additions and 100 deletions
|
|
@ -35,7 +35,7 @@ export default function RealtimeDashboard() {
|
|||
const [websiteId, setWebsiteId] = useState(null);
|
||||
const { data: init, loading } = useFetch('/realtime/init');
|
||||
const { data: updates } = useFetch('/realtime/update', {
|
||||
params: { start_at: data?.timestamp },
|
||||
params: { startAt: data?.timestamp },
|
||||
disabled: !init?.websites?.length || !data,
|
||||
interval: REALTIME_INTERVAL,
|
||||
headers: { [SHARE_TOKEN_HEADER]: init?.token },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue