-
-
Notifications
You must be signed in to change notification settings - Fork 858
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information
1 parent
0ce5b3f
commit 74e89c0
Showing
2 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters