mirror of
https://github.com/samsonjs/instapaper.git
synced 2026-03-25 08:55:49 +00:00
fix rubocop regression
This commit is contained in:
parent
9c109f0da0
commit
5bb9084f93
1 changed files with 2 additions and 2 deletions
|
|
@ -61,9 +61,9 @@ module Instapaper
|
|||
response['instapaper_hash'] = response.delete('hash')
|
||||
end
|
||||
if response.key?('bookmarks')
|
||||
response['bookmarks'] = response['bookmarks'].collect {|bookmark|
|
||||
response['bookmarks'] = response['bookmarks'].collect do |bookmark|
|
||||
coerce_hash(bookmark)
|
||||
}
|
||||
end
|
||||
end
|
||||
response
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue