From 5339f9142c3e0c44c162c5b574ef3a8173b239ce Mon Sep 17 00:00:00 2001 From: Ismael Bejarano Date: Wed, 4 Dec 2024 17:46:38 -0300 Subject: [PATCH] Fix CI build --- assets/js/actions/respondentGroups.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/js/actions/respondentGroups.js b/assets/js/actions/respondentGroups.js index 451f68232..503e4820d 100644 --- a/assets/js/actions/respondentGroups.js +++ b/assets/js/actions/respondentGroups.js @@ -103,8 +103,8 @@ const handleRespondentGroupUpload = (dispatch, promise, groupId = null) => { dispatch(receiveInvalids(value)) } }, - (err) => { - // Revert with original error + () => { + // Reject with original error Promise.reject(e) }) }