Remove best property from post:getAll

This commit is contained in:
Iván Ovejero 2021-01-29 12:34:35 -03:00
parent 00826c3f63
commit 383df300da

View file

@ -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,
],
},
},
},