chore: !log binary output
This commit is contained in:
@@ -47,7 +47,6 @@ class BinaryOutputService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
console.log(`Processing binary output key: ${key}`);
|
console.log(`Processing binary output key: ${key}`);
|
||||||
console.log(`Binary data:`, binaryData);
|
|
||||||
|
|
||||||
// Check if binaryData has a valid Buffer structure and parse it
|
// Check if binaryData has a valid Buffer structure and parse it
|
||||||
if (binaryData && typeof binaryData.data === 'string') {
|
if (binaryData && typeof binaryData.data === 'string') {
|
||||||
|
|||||||
Reference in New Issue
Block a user