Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(account): Provide defaults to avoid NPEs
An account without requiredGroupMembership or permissions is a valid account. However, certain areas of the code assume that these values are not null and therefore encounter NullPointerExceptions. To avoid this, initialize these fields to a reasonable default value.
- Loading branch information