Skip to content

Commit

Permalink
Fix missing Aggregate re-exports
Browse files Browse the repository at this point in the history
  • Loading branch information
wongsean authored Sep 12, 2024
1 parent a50264b commit 8d424a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ module.exports.modelNames = mongoose.modelNames;
module.exports.plugin = mongoose.plugin;
module.exports.connections = mongoose.connections;
module.exports.version = mongoose.version;
module.exports.Aggregate = mongoose.Aggregate;
module.exports.Mongoose = mongoose.Mongoose;
module.exports.Schema = mongoose.Schema;
module.exports.SchemaType = mongoose.SchemaType;
Expand Down

0 comments on commit 8d424a3

Please sign in to comment.