Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
horizon: Properly check against the HA array being empty (#4152)
Because of the way strings.Split works, the returned array will *always* have at least one element. If the string is empty, the array will be [""], so we need to check [1] == "" instead of checking a length of zero.
- Loading branch information