Skip to content

Commit f2fc449

Browse files
committed
fixup: remove Compass comment
1 parent d69f6e8 commit f2fc449

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/query-parser/src/stringify.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ const BSON_TO_JS_STRING = {
6060
return `ObjectId('${v.toString('hex')}')`;
6161
},
6262
Binary: function (v: Binary) {
63-
// TODO: handle UUID subtypes Compass side or with an
64-
// option for subType 3 handling here.
65-
6663
const subType = v.sub_type;
6764
if (subType === 4 && v.buffer.length === 16) {
6865
let uuidHex = '';

0 commit comments

Comments
 (0)