Skip to content

Commit

Permalink
Reverts debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
gudjong committed Oct 18, 2024
1 parent bc6d6a4 commit 3dfa54b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const AddFiles: FC = () => {
updateUploadFile,
)

if (uploadResult === 'NONE_SUCCEEDED') {
if (uploadResult !== 'NONE_SUCCEEDED') {
// Some files were added successfully so we send a notification
sendNotification(workingCase.id, NotificationType.CASE_FILES_UPDATED)
}
Expand Down

0 comments on commit 3dfa54b

Please sign in to comment.