Skip to content

Commit

Permalink
Trigger a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
that-jill committed Jan 9, 2025
1 parent 066f229 commit 225caca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/data_taster/lib/data_taster.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def self.logger
end

def self.config(**args)
eval(args)
@config ||= Config.new(
args[:months],
Array.wrap(args[:list] || Rails.root.glob("**/data_taster_export_tables.yml")),
Expand Down

0 comments on commit 225caca

Please sign in to comment.