firemodel
Advanced tools
Comparing version 0.9.2 to 0.9.3
@@ -93,3 +93,3 @@ "use strict"; | ||
return __awaiter(this, void 0, void 0, function* () { | ||
if (this._pushKeys.indexOf(property) !== -1) { | ||
if (this.META.pushKeys.indexOf(property) === -1) { | ||
throw new Error(`Invalid Operation: you can not push to property "${property}" as it has not been declared a pushKey property in the schema`); | ||
@@ -96,0 +96,0 @@ } |
{ | ||
"name": "firemodel", | ||
"version": "0.9.2", | ||
"version": "0.9.3", | ||
"description": "firemodel", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
87784