We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2aedaf commit d6024bbCopy full SHA for d6024bb
lib/stathat.rb
@@ -18,7 +18,7 @@ def self.post_value(stat_key, user_key, value)
18
def self.post_count(stat_key, user_key, count)
19
args = { :key => stat_key,
20
:ukey => user_key,
21
- :value => count }
+ :count => count }
22
return self.send_to_stathat(CLASSIC_COUNT_URL, args)
23
end
24
0 commit comments