Skip to content

Commit 30b1697

Browse files
committed
Update follow_status endpoint
1 parent 3c8ac2f commit 30b1697

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/twitch/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ def follow_status(user_id, channel_id, options = {})
396396
options[:from_id] = user_id
397397
options[:to_id] = channel_id
398398
query = build_query_string(options)
399-
path = "/users/follows"
399+
path = "/channels/followed"
400400
url = @base_url + path + query
401401

402402
get(url)

0 commit comments

Comments
 (0)