Comparing version 1.0.11 to 1.0.12
{ | ||
"name": "meadow", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "A data access library.", | ||
@@ -5,0 +5,0 @@ "main": "source/Meadow.js", |
@@ -42,3 +42,2 @@ // ##### Part of the **[retold](https://stevenvelozo.github.io/retold/)** system | ||
var tmpError = tmpQueryRead.error; | ||
console.log('======><',tmpQueryRead.result.value); | ||
@@ -53,3 +52,3 @@ if (!tmpError && | ||
{ | ||
return fStageComplete(tmpError, tmpQueryRead, tmpQueryRead, tmpQueryRead.result.value); | ||
return fStageComplete(tmpError, tmpQueryRead, tmpQueryRead, null); | ||
} | ||
@@ -56,0 +55,0 @@ else |
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
89671
3068