update OSversion service method to not search on for no team (#13127)

relates to #12986

This is a fix for a case where the `os_versions` endpoint was returning
a 404 when searching for `no teams`.

# Checklist for submitter

- [x] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [x] Manual QA for all new/changed functionality
This commit is contained in:
Gabriel Hernandez
2023-08-08 13:30:29 +01:00
committed by GitHub
parent 37ba43d404
commit b4ee1c58b5
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
- fix bug where os_version enpoint returned 404 for `no teams` on controls page