refactor: remove throw

This commit is contained in:
Mauricio Siu
2025-03-10 01:49:00 -06:00
parent e317772367
commit e63eed57dd

View File

@@ -212,6 +212,5 @@ export const keepLatestNBackups = async (
} }
} catch (error) { } catch (error) {
console.error(error); console.error(error);
throw error;
} }
}; };