fix: stuck backups with ongoing status but deleted, for legacy.

This commit is contained in:
charlesgauthereau
2026-02-17 08:47:57 +01:00
parent f43f30c9b9
commit 8f905c8128
5 changed files with 46 additions and 4 deletions
@@ -19,8 +19,6 @@ export const useUpdateCheck = () => {
staleTime: 1000 * 60 * 60,
});
console.log("newRelease", newRelease);
useEffect(() => {
if (!newRelease) return;