Skip to content

Commit

Permalink
Merge pull request #50 from albertobissacco/fix-draft-parameters
Browse files Browse the repository at this point in the history
Fix draft parameters
  • Loading branch information
ceyko authored Jul 20, 2016
2 parents 0c59b04 + ea5cb4a commit d7647ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tumblr/blog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def queue(blog_name, options = {})
end

def draft(blog_name, options = {})
validate_options([:limit, :offset], options)
validate_options([:limit, :before_id], options)
get(blog_path(blog_name, 'posts/draft'), options)
end

Expand Down

0 comments on commit d7647ba

Please sign in to comment.