mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 05:17:28 -08:00
Remove best property from post:getAll
This commit is contained in:
parent
00826c3f63
commit
383df300da
|
@ -179,23 +179,6 @@ export const postFields = [
|
|||
// ----------------------------------
|
||||
// post: getAll
|
||||
// ----------------------------------
|
||||
{
|
||||
displayName: 'Best',
|
||||
name: 'best',
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
description: 'Best posts in all of Reddit.',
|
||||
displayOptions: {
|
||||
show: {
|
||||
resource: [
|
||||
'post',
|
||||
],
|
||||
operation: [
|
||||
'getAll',
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
displayName: 'Subreddit',
|
||||
name: 'subreddit',
|
||||
|
@ -211,9 +194,6 @@ export const postFields = [
|
|||
operation: [
|
||||
'getAll',
|
||||
],
|
||||
best: [
|
||||
false,
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
@ -250,9 +230,6 @@ export const postFields = [
|
|||
operation: [
|
||||
'getAll',
|
||||
],
|
||||
best: [
|
||||
false,
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
@ -270,9 +247,6 @@ export const postFields = [
|
|||
operation: [
|
||||
'getAll',
|
||||
],
|
||||
best: [
|
||||
false,
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
@ -297,9 +271,6 @@ export const postFields = [
|
|||
returnAll: [
|
||||
false,
|
||||
],
|
||||
best: [
|
||||
false,
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue