mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
renamed opeation
This commit is contained in:
@@ -508,7 +508,7 @@ export class Intercom implements INodeType {
|
||||
throw new Error(`Intercom Error: ${JSON.stringify(err)}`);
|
||||
}
|
||||
}
|
||||
if (operation === 'companyUsers') {
|
||||
if (operation === 'users') {
|
||||
let query = '';
|
||||
const listBy = this.getNodeParameter('listBy', 0) as string;
|
||||
const value = this.getNodeParameter('value', i) as string;
|
||||
|
||||
Reference in New Issue
Block a user