We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d3bf6 commit aed6b8eCopy full SHA for aed6b8e
1 file changed
builders.js
@@ -826,7 +826,7 @@ SchemaBuilderEntity.prototype.setError = function(fn) {
826
SchemaBuilderEntity.prototype.setGet = SchemaBuilderEntity.prototype.setRead = function(fn, description) {
827
fn.$newversion = REGEXP_NEWOPERATION.test(fn.toString());
828
this.onGet = fn;
829
- this.meta.get this.meta.read = description || null;
+ this.meta.get = this.meta.read = description || null;
830
return this;
831
};
832
0 commit comments