mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix: Expand nodes-base formatting validation (no-changelog) (#4689)
* ⚡ Simplify `format` command * 🎨 Format more deeply nested files
This commit is contained in:
@@ -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',
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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',
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user