mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-09-12 19:51:00 +05:00
refactor: remove throw
This commit is contained in:
parent
e317772367
commit
e63eed57dd
@ -212,6 +212,5 @@ export const keepLatestNBackups = async (
|
||||
}
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
throw error;
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user