fixed trends. one character fix
This commit is contained in:
parent
eae20ccd0c
commit
9d34d53372
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class Pastebinner
|
||||||
|
|
||||||
def list_trending_pastes
|
def list_trending_pastes
|
||||||
params = { 'api_dev_key': api_dev_key,
|
params = { 'api_dev_key': api_dev_key,
|
||||||
'api_option': 'trend'
|
'api_option': 'trends'
|
||||||
}
|
}
|
||||||
execute_query(:api_post, params)
|
execute_query(:api_post, params)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue