Skip to content

Commit

Permalink
fix: previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
woto committed Jun 14, 2023
1 parent 986c5f6 commit 0f4b8fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/presenters/entities/postgres_entity_presenter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ def call
links: entity.cites.map(&:link_url).uniq.compact,
entity_url: Rails.application.routes.url_helpers.entity_path(
entity, host: GlobalHelper.host, locale: nil
)
),
perfect_match: nil
).object

context.object[:count] = context.count if context.count
Expand Down

0 comments on commit 0f4b8fd

Please sign in to comment.