Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 86b5727

Browse files
committed
apply feedback
1 parent 6f477f6 commit 86b5727

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/configuration/llm_validator.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ def valid_value?(val)
2020
run_test(val).tap { |result| @unreachable = result }
2121
rescue StandardError => e
2222
raise e if Rails.env.test?
23-
@unreachable = true
2423
true
2524
end
2625

0 commit comments

Comments
 (0)