Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(app-store): Ensure the
groups
property is always an array
If the value was a string, like a single group, then `json_decode` will also yield only a string. So in this case we ensure the property is always an array with that value. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
- Loading branch information