Skip to content

Commit

Permalink
Fixed trends_location (RT #65506)
Browse files Browse the repository at this point in the history
  • Loading branch information
semifor committed Feb 7, 2011
1 parent 61a798f commit b794534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Net/Twitter/Role/API/REST.pm
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ EOT
);

twitter_api_method trends_location => (
path => 'trends/location',
path => 'trends/:woeid',
method => 'GET',
params => [qw/woeid/],
required => [qw/woeid/],
Expand Down

0 comments on commit b794534

Please sign in to comment.