Add contact list and list resources to Active Campaign Node (#1187)

* ⬆️ Set google-fonts-webpack-plugin to latest version
*  Add Contact List and List resources to Active Campaign Node
This commit is contained in:
Ricardo Espinoza
2020-11-19 02:37:01 -05:00
committed by GitHub
parent 69a350e262
commit db47892e77
4 changed files with 246 additions and 3 deletions

View File

@@ -861,7 +861,7 @@ export class EditImage implements INodeType {
cleanupFunctions.push(cleanup);
fsWriteFileAsync(fd, Buffer.from(item.binary![dataPropertyNameComposite as string].data, BINARY_ENCODING));
gmInstance = gmInstance.composite(path).geometry(geometryString);
gmInstance = gmInstance.compose(path).geometry(geometryString);
} else if (operation === 'crop') {
const width = this.getNodeParameter('width') as number;
const height = this.getNodeParameter('height') as number;