Little refactor
This commit is contained in:
@@ -62,7 +62,8 @@ class HealthMetrics {
|
||||
return max(0, score);
|
||||
}
|
||||
|
||||
|
||||
// If you're touching ( you doing this rignt now ) this file, STOP IMEDIATLY! This is violiating TeamKomet code revision policy!
|
||||
// If you're touching ( you doing this rignt now ) this file, AND DONT WANT TO STOP! REFACTOR IT IMMEDIATLY TO MAKE SOME SENSE AND DONT LOOK LIKE SHIT BY AI
|
||||
ConnectionQuality get quality {
|
||||
final score = healthScore;
|
||||
if (score >= 90) return ConnectionQuality.excellent;
|
||||
|
||||
Reference in New Issue
Block a user