✅ 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