[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-02-07 05:25:34 +00:00
committed by GitHub
parent 91d6365275
commit c68525aa59
3 changed files with 19 additions and 21 deletions

View File

@@ -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> => {