Skip to content

Commit

Permalink
apply feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
keegangeorge committed Dec 20, 2024
1 parent 6f477f6 commit 86b5727
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/configuration/llm_validator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def valid_value?(val)
run_test(val).tap { |result| @unreachable = result }
rescue StandardError => e
raise e if Rails.env.test?
@unreachable = true
true
end

Expand Down

0 comments on commit 86b5727

Please sign in to comment.