Skip to content

Commit 4402f80

Browse files
Update lib/encryptionUtils.js
Co-authored-by: Aditi Khare <[email protected]>
1 parent d02dfc4 commit 4402f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/encryptionUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const SchemaString = require('./schema/string');
1919
*
2020
* @param {import('.').Schema} schema
2121
* @param {string} path
22-
* @returns
22+
* @returns {string}
2323
*/
2424
function inferBSONType(schema, path) {
2525
const type = schema.path(path);

0 commit comments

Comments
 (0)