👕 Fix lint issue

This commit is contained in:
Jan Oberhauser
2020-10-22 15:46:03 +02:00
parent 5b7efd67ca
commit 40c2acd77b
491 changed files with 4045 additions and 3936 deletions

View File

@@ -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[];