mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
docs: Stop assuming the user's gender in code comments (no-changelog) (#6015)
This commit is contained in:
committed by
GitHub
parent
9817a15da4
commit
c87262a312
@@ -194,7 +194,7 @@ export class SlackV2 implements INodeType {
|
||||
},
|
||||
},
|
||||
loadOptions: {
|
||||
// Get all the users to display them to user so that he can
|
||||
// Get all the users to display them to user so that they can
|
||||
// select them easily
|
||||
async getUsers(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]> {
|
||||
const returnData: INodePropertyOptions[] = [];
|
||||
@@ -220,7 +220,7 @@ export class SlackV2 implements INodeType {
|
||||
|
||||
return returnData;
|
||||
},
|
||||
// Get all the users to display them to user so that he can
|
||||
// Get all the users to display them to user so that they can
|
||||
// select them easily
|
||||
async getChannels(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]> {
|
||||
const returnData: INodePropertyOptions[] = [];
|
||||
@@ -254,7 +254,7 @@ export class SlackV2 implements INodeType {
|
||||
|
||||
return returnData;
|
||||
},
|
||||
// Get all the users to display them to user so that he can
|
||||
// Get all the users to display them to user so that they can
|
||||
// select them easily
|
||||
async getChannelsName(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]> {
|
||||
const returnData: INodePropertyOptions[] = [];
|
||||
@@ -287,7 +287,7 @@ export class SlackV2 implements INodeType {
|
||||
|
||||
return returnData;
|
||||
},
|
||||
// Get all the team fields to display them to user so that he can
|
||||
// Get all the team fields to display them to user so that they can
|
||||
// select them easily
|
||||
async getTeamFields(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]> {
|
||||
const returnData: INodePropertyOptions[] = [];
|
||||
|
||||
Reference in New Issue
Block a user