Skip to content

Commit

Permalink
Dropped removed isPublished property
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou committed Nov 21, 2024
1 parent c709fbc commit 76da26e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/ResultExtractor/NativeResultExtractor.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ protected function extractContentInfoFromHit($hit)
'contentTypeId' => (int)$hit->content_type_id_id,
'sectionId' => (int)$hit->content_section_id_id,
'currentVersionNo' => $hit->content_version_no_i,
'isPublished' => true,
'ownerId' => (int)$hit->content_owner_user_id_id,
'modificationDate' => strtotime($hit->content_modification_date_dt),
'publicationDate' => strtotime($hit->content_publication_date_dt),
Expand Down

0 comments on commit 76da26e

Please sign in to comment.