diff --git a/README.md b/README.md index 7c1ba76e76e..80b5d474bc6 100644 --- a/README.md +++ b/README.md @@ -354,3 +354,4 @@ The nightly build is not suitable for production use. © 2012-present MongoDB [Contributors](https://github.com/mongodb/node-mongodb-native/blob/HEAD/CONTRIBUTORS.md) \ © 2009-2012 Christian Amor Kvalheim + diff --git a/src/admin.ts b/src/admin.ts index c75a51fa9dd..0b3eeeafe71 100644 --- a/src/admin.ts +++ b/src/admin.ts @@ -171,3 +171,4 @@ export class Admin { return await this.command({ replSetGetStatus: 1 }, options); } } + diff --git a/src/change_stream.ts b/src/change_stream.ts index 1076b2f66bb..64144b784a2 100644 --- a/src/change_stream.ts +++ b/src/change_stream.ts @@ -33,6 +33,7 @@ const CHANGE_STREAM_OPTIONS = [ 'showExpandedEvents' ] as const; + const CHANGE_DOMAIN_TYPES = { COLLECTION: Symbol('Collection'), DATABASE: Symbol('Database'),