* Fix backgroundFetchResult typo for failure

* align to styling with comma
This commit is contained in:
Guy Blank
2018-12-19 15:47:37 +02:00
committed by Michael Diarmid
parent 277ae54bed
commit 23ed1fb086

View File

@@ -21,7 +21,7 @@ export default class IOSNotifications {
this._backgroundFetchResult = {
noData: nativeModule.backgroundFetchResultNoData,
newData: nativeModule.backgroundFetchResultNewData,
failure: nativeModule.backgroundFetchResultFailure,
failure: nativeModule.backgroundFetchResultFailed,
};
}