mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-13 17:32:14 +08:00
* Fix backgroundFetchResult typo for failure * align to styling with comma
This commit is contained in:
committed by
Michael Diarmid
parent
277ae54bed
commit
23ed1fb086
@@ -21,7 +21,7 @@ export default class IOSNotifications {
|
||||
this._backgroundFetchResult = {
|
||||
noData: nativeModule.backgroundFetchResultNoData,
|
||||
newData: nativeModule.backgroundFetchResultNewData,
|
||||
failure: nativeModule.backgroundFetchResultFailure,
|
||||
failure: nativeModule.backgroundFetchResultFailed,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user