Skip to content

Commit

Permalink
Test actions
Browse files Browse the repository at this point in the history
  • Loading branch information
forsbergplustwo committed Aug 20, 2023
1 parent 6e53e4e commit 0c49388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/metrics/filterer.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class Metrics::Filterer
def initialize(user:, date:, period:, app_title:, charge_type:)
def initialize(user:, date:, period:, app_title: , charge_type:)
@user = user
@date = date.present? ? Date.parse(date.to_s) : @user.latest_metric_date
@period = period
Expand Down

0 comments on commit 0c49388

Please sign in to comment.