Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update config retrieval method and add null check
Changed the retrieval of `pingTargets` from `GetValue<string[]>("PingTargets")` to `GetSection("PingTargets").Get<string[]>()`. Added a null check to return the `services` object immediately if `pingTargets` is null.
- Loading branch information