Skip to content

Commit 1494a84

Browse files
committed
fix another merge conflict
1 parent 6e8e06b commit 1494a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mongoose.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1172,7 +1172,7 @@ Mongoose.prototype.CastError = require('./error/cast');
11721172
* @api public
11731173
*/
11741174

1175-
Mongoose.prototype.SchemaTypeOptions = require('./options/SchemaTypeOptions');
1175+
Mongoose.prototype.SchemaTypeOptions = require('./options/schemaTypeOptions');
11761176

11771177
/**
11781178
* The [mquery](https://github.com/aheckmann/mquery) query builder Mongoose uses.

0 commit comments

Comments
 (0)