Skip to content

Commit

Permalink
Fix rubocop redundant freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikspang committed Oct 17, 2024
1 parent 1cb95e0 commit 429033d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ActiveSupportSubscriber < AbstractSubscriber

EVENT_NAMES = READ_EVENT_NAMES + WRITE_EVENT_NAMES + REMOVE_EVENT_NAMES + FLUSH_EVENT_NAMES

SPAN_ORIGIN = "auto.cache.rails".freeze
SPAN_ORIGIN = "auto.cache.rails"

def self.subscribe!
subscribe_to_event(EVENT_NAMES) do |event_name, duration, payload|
Expand Down

0 comments on commit 429033d

Please sign in to comment.