Skip to content

Commit

Permalink
Update lib/encryptionUtils.js
Browse files Browse the repository at this point in the history
Co-authored-by: Aditi Khare <106987683+aditi-khare-mongoDB@users.noreply.github.com>
  • Loading branch information
baileympearson and aditi-khare-mongoDB authored Jan 23, 2025
1 parent d02dfc4 commit 4402f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/encryptionUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const SchemaString = require('./schema/string');
*
* @param {import('.').Schema} schema
* @param {string} path
* @returns
* @returns {string}
*/
function inferBSONType(schema, path) {
const type = schema.path(path);
Expand Down

0 comments on commit 4402f80

Please sign in to comment.