Skip to content

Commit c3f4a75

Browse files
committed
fix: add back cacheHexString
1 parent 6a577db commit c3f4a75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/binary.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ const UUID_WITH_DASHES = /^[0-F]{8}-[0-F]{4}-[0-F]{4}-[0-F]{4}-[0-F]{12}$/i;
320320
* @public
321321
*/
322322
export class UUID extends Binary {
323+
static cacheHexString = false;
323324
/**
324325
* Create a UUID type
325326
*

0 commit comments

Comments
 (0)