Skip to content

Commit

Permalink
add return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
randytqwjp committed Nov 26, 2024
1 parent ba4351e commit 11d8cb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/hpa/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -779,4 +779,5 @@ func (c *Service) checkHpaMetricStatus(ctx context.Context, currenthpa *v2.Horiz
//switch to Emergency mode since no metrics
return false
}
return true
}

0 comments on commit 11d8cb8

Please sign in to comment.