Skip to content

Commit 1bbf163

Browse files
got rid of extra this.buffer assignment
1 parent bfffe27 commit 1bbf163

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/binary.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,6 @@ export class UUID extends Binary {
333333
);
334334
}
335335
super(bytes, BSON_BINARY_SUBTYPE_UUID_NEW);
336-
this.buffer = bytes;
337336
this.__id = hexStr;
338337
}
339338

0 commit comments

Comments
 (0)