Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src: fix useless call in permission.cc
FromMaybe() has no side effects and the return value is ignored. Use Check() instead to ensure that the operation succeeded.
- Loading branch information