You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
do not return array from option converter (#235363)
## Summary
The `.toByOption()` does not unnecessarily box its return value in an
array anymore. Returns `node`, instad of `[node]`.
### Checklist
- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
0 commit comments