Skip to content

Commit

Permalink
Fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
ismaelbej committed Dec 4, 2024
1 parent 9effa31 commit 5339f91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/js/actions/respondentGroups.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
})
}
Expand Down

0 comments on commit 5339f91

Please sign in to comment.