lib/twitter/rest/api/spam_reporting.rb in twitter-5.4.1 vs lib/twitter/rest/api/spam_reporting.rb in twitter-5.5.0

- old
+ new

@@ -18,10 +18,10 @@ # @param users [Enumerable<Integer, String, Twitter::User>] A collection of Twitter user IDs, screen names, or objects. # @overload report_spam(*users, options) # @param users [Enumerable<Integer, String, Twitter::User>] A collection of Twitter user IDs, screen names, or objects. # @param options [Hash] A customizable set of options. def report_spam(*args) - threaded_user_objects_from_response(:post, '/1.1/users/report_spam.json', args) + parallel_user_objects_from_response(:post, '/1.1/users/report_spam.json', args) end end end end end