Skip to content

Commit

Permalink
Merge pull request #34 from newfold-labs/sitehealth-label-key
Browse files Browse the repository at this point in the history
SiteHealth label key for score
  • Loading branch information
circlecube authored Sep 22, 2023
2 parents 535f4dd + 660c380 commit fbe7a12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Listeners/SiteHealth.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public function tests_run( $value ) {
$this->push(
'site_health_score',
array(
'label_key' => 'score',
'score' => SiteHealthHelper::calculate_score( $value ),
)
);
Expand Down

0 comments on commit fbe7a12

Please sign in to comment.