Skip to content

Commit

Permalink
Delete comments (#3586)
Browse files Browse the repository at this point in the history
  • Loading branch information
abiisnn authored Nov 9, 2023
1 parent 70ff490 commit e5dff84
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,6 @@ public async Task ValidateSearchParameterInput(SearchParameter searchParam, stri
}
}

// validate that the url does not correspond to a search param from the spec
// TODO: still need a method to determine spec defined search params

// validation of the fhir path
// TODO: separate user story for this validation

if (validationFailures.Any())
{
throw new ResourceNotValidException(validationFailures);
Expand Down

0 comments on commit e5dff84

Please sign in to comment.