Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix “waiting” series creation with non-null roles
In #a4bff75a314d04e85f7cd977076550a6dfa5373d I added read- and write-roles to the series API, but forgot to explicitly set them in the `create/announce` series mutation. This lead to a deserialization error with `null` values. This fix adds the roles as empty arrays.
- Loading branch information