Skip to content

Commit

Permalink
flurry.rb: fix a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
godfat committed Oct 31, 2011
1 parent a34a21d commit e5fd9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rest-core/client/flurry.rb
Expand Up @@ -98,7 +98,7 @@ def calculate_query_and_opts query, opts

[query.merge(:startDate => startDate,
:endDate => endDate),
opts.reject{ |k| [:days, :weeks, :months].include?(k) }]
opts.reject{ |k, v| [:days, :weeks, :months].include?(k) }]
end
end

Expand Down

0 comments on commit e5fd9c8

Please sign in to comment.