renamed opeation

This commit is contained in:
Ricardo Espinoza
2019-11-21 12:52:57 -05:00
parent 1b111d4aba
commit c91bc56792
2 changed files with 6 additions and 6 deletions

View File

@@ -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;