fix lint error

This commit is contained in:
Pas 2025-12-01 12:38:59 -07:00
parent f8afa2c501
commit 216c7832eb

View file

@ -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[],