refactor: use pre-defined environments variable to avoid duplicate Object.values calls - #22790
Merged
Merged
Conversation
…ject.values calls
Object.values calls
sapphi-red
approved these changes
Jun 30, 2026
The result of
Object.values(server.environments)has already been stored in the variableenvironments, and this variable can be reused directly within the same scope.