mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
✅ Updated @types/node to v14, fixed TS breaking with changes
This commit is contained in:
@@ -336,7 +336,7 @@ export class MoveBinaryData implements INodeType {
|
||||
continue;
|
||||
}
|
||||
|
||||
const encoding = (options.encoding as string) || 'utf8';
|
||||
const encoding = (options.encoding as BufferEncoding) || 'utf8';
|
||||
let convertedValue = value.data;
|
||||
|
||||
if (setAllData === true) {
|
||||
|
||||
Reference in New Issue
Block a user