Skip to content

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.

Merge request reports

Loading