mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-07-16 21:14:05 +00:00
Trim superfluous ( in BinData notation
This commit is contained in:
@ -77,7 +77,7 @@
|
||||
value = value.slice(7, -1);
|
||||
}
|
||||
else if (value.startsWith('Binary(Buffer.from(')) {
|
||||
value = `BinData(${JSON.stringify(value.sub_type || 0)}, ${value.slice(18, -1)}`;
|
||||
value = `BinData(${JSON.stringify(value.sub_type || 0)}, ${value.slice(19, -1)}`;
|
||||
}
|
||||
}
|
||||
else if (isDate(value)) {
|
||||
|
Reference in New Issue
Block a user