diff --git a/lib/sift/client.rb b/lib/sift/client.rb index 17422f9..d13b974 100644 --- a/lib/sift/client.rb +++ b/lib/sift/client.rb @@ -249,9 +249,8 @@ def track(event, properties = {}, opts = {}) # # ==== Returns: # - # A Response object containing a status code, status message, and, if - # successful, the user's score(s). Returns nil on a connection error - # (timeout, broken connection, etc.). + # A Response object containing a status code, status message, and, + # if successful, the user's score(s). # def score(user_id, opts = {}) abuse_types = opts[:abuse_types] @@ -351,8 +350,6 @@ def label(user_id, properties = {}, opts = {}) # ==== Returns: # # A Response object is returned with only an http code of 204. - # Returns nil on a connection error (timeout, broken connection, - # etc.). # def unlabel(user_id, opts = {}) abuse_type = opts[:abuse_type]