mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-19 21:05:21 +02:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -66,13 +66,7 @@ export const useHealthCheckAfterMutation = ({
|
||||
|
||||
await new Promise((resolve) => setTimeout(resolve, pollInterval));
|
||||
await pollUntilHealthy();
|
||||
}, [
|
||||
checkHealth,
|
||||
successMessage,
|
||||
reloadOnSuccess,
|
||||
onSuccess,
|
||||
pollInterval,
|
||||
]);
|
||||
}, [checkHealth, successMessage, reloadOnSuccess, onSuccess, pollInterval]);
|
||||
|
||||
const execute = useCallback(
|
||||
async <T>(mutationFn: () => Promise<T>): Promise<T> => {
|
||||
|
||||
Reference in New Issue
Block a user