Skip to content

Commit

Permalink
rubocop -A
Browse files Browse the repository at this point in the history
  • Loading branch information
mirotriad authored and meeravnagesh committed Jan 6, 2025
1 parent e104b1b commit 12dfbf9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -285,12 +285,12 @@ def update_column_or_fallback
direct_update_columns = {
product_name: true,
under_three_years: true,
industry_reference: ->(params) { step != :add_internal_reference },
industry_reference: ->(_params) { step != :add_internal_reference },
still_on_the_market: true,
shades: true,
import_country: true,
cpnp_notification_date: true,
was_notified_before_eu_exit: true
was_notified_before_eu_exit: true,
}

direct_update_columns.each do |column, condition|
Expand Down

0 comments on commit 12dfbf9

Please sign in to comment.