@ahi40/common
Advanced tools
Comparing version 1.0.62 to 1.0.63
@@ -87,6 +87,2 @@ "use strict"; | ||
querySnapshot.docs.forEach(function (doc) { | ||
console.log('in converter'); | ||
console.log(doc.data()); | ||
console.log(typeof doc.data()); | ||
console.log(typeof doc); | ||
results.push(doc.data()); | ||
@@ -93,0 +89,0 @@ }); |
{ | ||
"name": "@ahi40/common", | ||
"version": "1.0.62", | ||
"version": "1.0.63", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32818
746