Skip to content

Commit

Permalink
add TE flipper flag
Browse files Browse the repository at this point in the history
  • Loading branch information
sethdarragile6 committed Apr 24, 2024
1 parent 41df9ff commit 8a2a060
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,11 @@ def translate
output_form.update(translate_veteran)
output_form.update(translate_treatments)
output_form.update(translate_disabilities)
output_form.update(add_toxic_exposure)
debugger

Check failure on line 65 in lib/evss/disability_compensation_form/data_translation_all_claim.rb

View workflow job for this annotation

GitHub Actions / Linting and Security

Lint/Debugger: Remove debugger entry point `debugger`.
if Flipper.enabled?(:disability_526_toxic_exposure, @current_user)
debugger

Check failure on line 67 in lib/evss/disability_compensation_form/data_translation_all_claim.rb

View workflow job for this annotation

GitHub Actions / Linting and Security

Lint/Debugger: Remove debugger entry point `debugger`.
output_form.update(add_toxic_exposure)
end

@translated_form
end
Expand Down

0 comments on commit 8a2a060

Please sign in to comment.