fix: Expand nodes-base formatting validation (no-changelog) (#4689)

*  Simplify `format` command

* 🎨 Format more deeply nested files
This commit is contained in:
Iván Ovejero
2022-11-22 13:43:28 +01:00
committed by GitHub
parent ad6c6f60a1
commit eafef019d7
39 changed files with 8225 additions and 374 deletions

View File

@@ -15,7 +15,7 @@ export const folderOperations: INodeProperties[] = [
{
name: 'Create',
value: 'create',
description: 'Create a new mail folder in the root folder of the user\'s mailbox',
description: "Create a new mail folder in the root folder of the user's mailbox",
action: 'Create a folder',
},
{

View File

@@ -27,7 +27,7 @@ export const messageOperations: INodeProperties[] = [
{
name: 'Get Many',
value: 'getAll',
description: 'Get many messages in the signed-in user\'s mailbox',
description: "Get many messages in the signed-in user's mailbox",
action: 'Get many messages',
},
{

View File

@@ -108,7 +108,7 @@ export class MicrosoftToDo implements INodeType {
const body: IDataObject = {
applicationName: this.getNodeParameter('applicationName', i) as string,
displayName: this.getNodeParameter('displayName', i) as string,
...(this.getNodeParameter('additionalFields', i)),
...this.getNodeParameter('additionalFields', i),
};
responseData = await microsoftApiRequest.call(