@nativescript/firebase-core
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "@nativescript/firebase-core", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "NativeScript Firebase - Core", | ||
@@ -5,0 +5,0 @@ "main": "index", |
@@ -38,3 +38,3 @@ function numberHasDecimals(item) { | ||
if (!data) { | ||
return NSNull.new(); | ||
return null; | ||
} | ||
@@ -52,3 +52,3 @@ if (Array.isArray(data)) { | ||
default: | ||
return NSNull.new(); | ||
return null; | ||
} | ||
@@ -55,0 +55,0 @@ } |
Sorry, the diff of this file is not supported yet
131471