Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix return type of EventPermissionStrategy#getEntityType
This method is causing a compilation warning: -Wint-conversion. Even ignoring the warning, the nil value would not be tolerated and is never actually returned.
- Loading branch information