Skip to content

Commit

Permalink
SiteHealth label key for score
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeHansenMe authored Sep 22, 2023
1 parent d9702d9 commit 660c380
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 660c380

Please sign in to comment.