mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Minor improvements to ActiveCampaign-Node
This commit is contained in:
@@ -474,7 +474,7 @@ export class ActiveCampaign implements INodeType {
|
||||
} else {
|
||||
throw new Error(`The operation "${operation}" is not known`);
|
||||
}
|
||||
} else if (resource === 'accountContact') {
|
||||
} else if (resource === 'accountContact') {
|
||||
if (operation === 'create') {
|
||||
// ----------------------------------
|
||||
// account:create
|
||||
|
||||
Reference in New Issue
Block a user