Fix eslint error

This commit is contained in:
Chris Bianca
2018-06-17 16:10:25 +01:00
parent 8ee6e667e3
commit 00731cf10e

View File

@@ -662,7 +662,7 @@ export default class AndroidNotification {
*/
setVisibility(visibility: VisibilityType): Notification {
this._visibility = visibility;
return this._notification
return this._notification;
}
/**