Small adjustments on Mailchimp node

This commit is contained in:
Jan Oberhauser
2019-11-15 21:44:46 +01:00
parent 325fff318e
commit b5544cba94
4 changed files with 40 additions and 41 deletions

View File

@@ -13,11 +13,5 @@ export class MailchimpApi implements ICredentialType {
type: 'string' as NodePropertyTypes,
default: '',
},
{
displayName: 'Datacenter',
name: 'datacenter',
type: 'string' as NodePropertyTypes,
default: '',
},
];
}