Skip to content

Commit

Permalink
Remove temporary fix for optional? function
Browse files Browse the repository at this point in the history
  • Loading branch information
emichaud998 committed Oct 31, 2023
1 parent d98d926 commit 2051176
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def required_comparators
end

def optional?
conformance_expectation != 'SHALL' || (!search_metadata[:must_support_or_mandatory].nil? && !search_metadata[:must_support_or_mandatory])
conformance_expectation != 'SHALL' || search_metadata[:must_support_or_mandatory]
end

def search_definition(name)
Expand Down

0 comments on commit 2051176

Please sign in to comment.