Skip to content

Commit 3883c4b

Browse files
committed
restore autoencrypter feature flags
1 parent eb51f6e commit 3883c4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,6 @@ export const LEGACY_HELLO_COMMAND_CAMEL_CASE = 'isMaster';
172172
// the objects (and class) that we expect to see them on and prevent TS
173173
// errors.
174174
/** @internal */
175-
export const kDecorateResult = '__decorateDecryptionResult';
175+
export const kDecorateResult = Symbol.for('@@mdb.decorateDecryptionResult');
176176
/** @internal */
177-
export const kDecoratedKeys = '__decryptedKeys';
177+
export const kDecoratedKeys = Symbol.for('@@mdb.decryptedKeys');

0 commit comments

Comments
 (0)