Skip to content

Commit

Permalink
space refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
nitish-egov committed Jun 13, 2024
1 parent 4b08d74 commit 12f85ec
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,12 +257,6 @@ async function validateTargets(request: any, data: any[], errors: any[], localiz
}
}







async function validateUnique(schema: any, data: any[], request: any) {
const localizationMap = await getLocalizedMessagesHandler(request, request?.body?.ResourceDetails?.tenantId);
if (schema?.unique) {
Expand Down

0 comments on commit 12f85ec

Please sign in to comment.