Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsanford committed Nov 30, 2023
1 parent c7d4955 commit d2841db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/finders/users/wp_json_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ def users_from_response(response)
if json.is_a?(Enumerable)
json.each do |user|
found << Model::User.new(user['slug'],
id: user['id'],
found_by: found_by,
confidence: 100,
interesting_entries: [response.effective_url])
id: user['id'],
found_by: found_by,
confidence: 100,
interesting_entries: [response.effective_url])
end
end

Expand Down

0 comments on commit d2841db

Please sign in to comment.