mirror of
https://github.com/p-stream/p-stream.git
synced 2026-01-11 20:10:32 +00:00
fix lint error
This commit is contained in:
parent
f8afa2c501
commit
216c7832eb
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import { useBackendUrl } from "@/hooks/auth/useBackendUrl";
|
|||
import { AccountWithToken, useAuthStore } from "@/stores/auth";
|
||||
import { ProgressUpdateItem, useProgressStore } from "@/stores/progress";
|
||||
|
||||
const syncIntervalMs = 10 * 1000; // 10 second intervals
|
||||
const syncIntervalMs = 10 * 1000; // 10 second intervals
|
||||
|
||||
async function syncProgress(
|
||||
items: ProgressUpdateItem[],
|
||||
|
|
|
|||
Loading…
Reference in a new issue