You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix possible-nil return type of EventPermissionStrategy#getEntityType (#1278)
* Update pubspec.yaml
* Update CHANGELOG.md
* 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.
---------
Co-authored-by: Maurits van Beusekom <maurits@vnbskm.nl>
0 commit comments