lib/cosgrove/upvote_job.rb in cosgrove-0.0.3rc1 vs lib/cosgrove/upvote_job.rb in cosgrove-0.0.3.1

- old
+ new

@@ -20,10 +20,10 @@ registered = !!cb_account muters = cosgrove_operators muters << steem_account muted = muted by: muters, chain: :steem - post = find_comment(author: author_name, permlink: permlink) + post = find_comment(chain: :steem, author_name: author_name, permlink: permlink) if post.nil? cannot_find_input(event) return end