mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -62,7 +62,7 @@ export const postFields = [
|
||||
],
|
||||
operation: [
|
||||
'create',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The title for the post',
|
||||
@@ -257,7 +257,7 @@ export const postFields = [
|
||||
default: [],
|
||||
description: 'The terms assigned to the object in the post_tag taxonomy.',
|
||||
},
|
||||
]
|
||||
],
|
||||
},
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* post:update */
|
||||
@@ -275,7 +275,7 @@ export const postFields = [
|
||||
],
|
||||
operation: [
|
||||
'update',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'Unique identifier for the object.',
|
||||
@@ -477,7 +477,7 @@ export const postFields = [
|
||||
default: [],
|
||||
description: 'The terms assigned to the object in the post_tag taxonomy.',
|
||||
},
|
||||
]
|
||||
],
|
||||
},
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* post:get */
|
||||
@@ -495,7 +495,7 @@ export const postFields = [
|
||||
],
|
||||
operation: [
|
||||
'get',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'Unique identifier for the object.',
|
||||
@@ -545,7 +545,7 @@ export const postFields = [
|
||||
default: 'view',
|
||||
description: 'Scope under which the request is made; determines fields present in response.',
|
||||
},
|
||||
]
|
||||
],
|
||||
},
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* post:getAll */
|
||||
@@ -774,7 +774,7 @@ export const postFields = [
|
||||
description: 'Limit result set to items that are sticky.',
|
||||
},
|
||||
|
||||
]
|
||||
],
|
||||
},
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* post:delete */
|
||||
@@ -792,7 +792,7 @@ export const postFields = [
|
||||
],
|
||||
operation: [
|
||||
'delete',
|
||||
]
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'Unique identifier for the object.',
|
||||
@@ -821,6 +821,6 @@ export const postFields = [
|
||||
default: false,
|
||||
description: 'Whether to bypass trash and force deletion.',
|
||||
},
|
||||
]
|
||||
],
|
||||
},
|
||||
] as INodeProperties[];
|
||||
|
||||
Reference in New Issue
Block a user