Skip to content

Commit d6024bb

Browse files
author
Patrick Crosby
committed
fixed classic count param
1 parent d2aedaf commit d6024bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/stathat.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def self.post_value(stat_key, user_key, value)
1818
def self.post_count(stat_key, user_key, count)
1919
args = { :key => stat_key,
2020
:ukey => user_key,
21-
:value => count }
21+
:count => count }
2222
return self.send_to_stathat(CLASSIC_COUNT_URL, args)
2323
end
2424

0 commit comments

Comments
 (0)