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
@@ -1680,7 +1680,7 @@ export class Asana implements INodeType {
|
||||
|
||||
methods = {
|
||||
loadOptions: {
|
||||
// Get all the available workspaces to display them to user so that he can
|
||||
// Get all the available workspaces to display them to user so that they can
|
||||
// select them easily
|
||||
getWorkspaces,
|
||||
|
||||
@@ -1764,7 +1764,7 @@ export class Asana implements INodeType {
|
||||
return returnData;
|
||||
},
|
||||
|
||||
// Get all the available teams to display them to user so that he can
|
||||
// Get all the available teams to display them to user so that they can
|
||||
// select them easily
|
||||
async getTeams(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]> {
|
||||
const workspaceId = this.getCurrentNodeParameter('workspace');
|
||||
|
||||
@@ -99,7 +99,7 @@ export class AsanaTrigger implements INodeType {
|
||||
|
||||
methods = {
|
||||
loadOptions: {
|
||||
// Get all the available workspaces to display them to user so that he can
|
||||
// Get all the available workspaces to display them to user so that they can
|
||||
// select them easily
|
||||
async getWorkspaces(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]> {
|
||||
const workspaces = await getWorkspaces.call(this);
|
||||
|
||||
Reference in New Issue
Block a user