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 d69f6e8 commit f2fc449Copy full SHA for f2fc449
packages/query-parser/src/stringify.ts
@@ -60,9 +60,6 @@ const BSON_TO_JS_STRING = {
60
return `ObjectId('${v.toString('hex')}')`;
61
},
62
Binary: function (v: Binary) {
63
- // TODO: handle UUID subtypes Compass side or with an
64
- // option for subType 3 handling here.
65
-
66
const subType = v.sub_type;
67
if (subType === 4 && v.buffer.length === 16) {
68
let uuidHex = '';
0 commit comments