Skip to content

Commit

Permalink
call the cops
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Aug 12, 2024
1 parent dc842fd commit 69bbfb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/services/hyrax/analytics/ga4/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ class Base
attr_reader :start_date, :end_date, :dimensions, :metrics

def initialize(start_date:,
end_date:,
dimensions: [],
metrics: [])
end_date:,
dimensions: [],
metrics: [])
@start_date = start_date.to_date
@end_date = end_date.to_date
@dimensions = dimensions
Expand Down

0 comments on commit 69bbfb8

Please sign in to comment.