remove nudges refetch during onboarding upload

This commit is contained in:
Lucas Oliveira 2025-12-05 17:48:35 -03:00
parent 898e1fe7a8
commit 8c9da8fd3a

View file

@ -45,8 +45,6 @@ const OnboardingUpload = ({ onComplete }: OnboardingUploadProps) => {
refetchInterval: currentStep !== null ? 1000 : false, // Poll every 1 second during upload
});
const { refetch: refetchNudges } = useGetNudgesQuery(null);
// Monitor tasks and call onComplete when file processing is done
useEffect(() => {
if (currentStep === null || !tasks || !uploadedTaskId) {