mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
fix: stuck backups with ongoing status but deleted, for legacy.
This commit is contained in:
@@ -19,8 +19,6 @@ export const useUpdateCheck = () => {
|
||||
staleTime: 1000 * 60 * 60,
|
||||
});
|
||||
|
||||
console.log("newRelease", newRelease);
|
||||
|
||||
|
||||
useEffect(() => {
|
||||
if (!newRelease) return;
|
||||
|
||||
Reference in New Issue
Block a user