mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 11:49:59 +00:00
feat(Webhook Node): Stream binary response in lastNode.firstEntryBinary mode (#6463)
This commit is contained in:
committed by
GitHub
parent
8b50625fb1
commit
6ccab3eaaa
@@ -121,7 +121,7 @@ export class BinaryDataManager {
|
||||
throw new Error('Storage mode used to store binary data not available');
|
||||
}
|
||||
|
||||
async retrieveBinaryData(binaryData: IBinaryData): Promise<Buffer> {
|
||||
async getBinaryDataBuffer(binaryData: IBinaryData): Promise<Buffer> {
|
||||
if (binaryData.id) {
|
||||
return this.retrieveBinaryDataByIdentifier(binaryData.id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user