Skip to content

Commit

Permalink
PXBF-1858-no-archived-in-json-data: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
gchi25 committed Oct 17, 2024
1 parent 2d7a918 commit ea7a6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usagov_benefit_finder/src/Traits/BenefitFinderTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public function getNode($nid, $mode) {
if ($node->hasField('moderation_state')) {
$moderation_state = $node->get('moderation_state')->value;
if ($moderation_state == 'archived') {
return NULL;
return NULL;
}
}

Expand Down

0 comments on commit ea7a6c1

Please sign in to comment.