Skip to content

Commit

Permalink
rebase the branch to the main
Browse files Browse the repository at this point in the history
  • Loading branch information
kunyao-cofinity-x committed Nov 13, 2024
1 parent b62bb1d commit 918cfd4
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,7 @@ class TaskResolutionChunkService(
TaskErrorType.MandatoryFieldValidationFailed -> RequestCreationResult.error(sharingState, BusinessPartnerSharingError.MandatoryFieldValidationFailed, errorDescription)
TaskErrorType.BlacklistCountryPresent -> RequestCreationResult.error(sharingState, BusinessPartnerSharingError.BlacklistCountryPresent, errorDescription)
TaskErrorType.UnknownSpecialCharacters -> RequestCreationResult.error(sharingState, BusinessPartnerSharingError.UnknownSpecialCharacters, errorDescription)

else -> RequestCreationResult.error(
sharingState,
BusinessPartnerSharingError.SharingProcessError,
errorDescription
)
else -> RequestCreationResult.error(sharingState, BusinessPartnerSharingError.SharingProcessError, errorDescription )
}
}

Expand Down

0 comments on commit 918cfd4

Please sign in to comment.