Skip to content

Commit aba698b

Browse files
committed
style: fix lint
1 parent f858ca5 commit aba698b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/connection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@ Connection.prototype.model = function(name, schema, collection, options) {
12291229
// do not cache the sub model
12301230
return sub;
12311231
}
1232-
1232+
12331233
if (arguments.length === 1) {
12341234
model = this.models[name];
12351235
if (!model) {

0 commit comments

Comments
 (0)