We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d02dfc4 commit 4402f80Copy full SHA for 4402f80
lib/encryptionUtils.js
@@ -19,7 +19,7 @@ const SchemaString = require('./schema/string');
19
*
20
* @param {import('.').Schema} schema
21
* @param {string} path
22
- * @returns
+ * @returns {string}
23
*/
24
function inferBSONType(schema, path) {
25
const type = schema.path(path);
0 commit comments