mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor: Upgrade to TypeScript 5.9.2 (#17955)
This commit is contained in:
@@ -91,7 +91,7 @@ export class N8nBinaryLoader {
|
||||
const binaryBuffer = await this.context.helpers.binaryToBuffer(
|
||||
await this.context.helpers.getBinaryStream(binaryData.id),
|
||||
);
|
||||
return new Blob([binaryBuffer], {
|
||||
return new Blob([binaryBuffer as BlobPart], {
|
||||
type: mimeType,
|
||||
});
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user