Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Fisher committed Jan 19, 2024
1 parent 3a3ffdc commit 109db73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wavefront-sdk/support/parse_time.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def parse_time_datetime
end

def parse!
method = "parse_time_#{t.class.name.downcase}".to_sym
method = :"parse_time_#{t.class.name.downcase}"
send(method)
rescue StandardError
raise Wavefront::Exception::InvalidTimestamp, t
Expand Down

0 comments on commit 109db73

Please sign in to comment.