Skip to content

Commit aed6b8e

Browse files
committed
Fixed bad code.
1 parent b1d3bf6 commit aed6b8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

builders.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ SchemaBuilderEntity.prototype.setError = function(fn) {
826826
SchemaBuilderEntity.prototype.setGet = SchemaBuilderEntity.prototype.setRead = function(fn, description) {
827827
fn.$newversion = REGEXP_NEWOPERATION.test(fn.toString());
828828
this.onGet = fn;
829-
this.meta.get this.meta.read = description || null;
829+
this.meta.get = this.meta.read = description || null;
830830
return this;
831831
};
832832

0 commit comments

Comments
 (0)