Minor improvements to Twitter-Node

This commit is contained in:
Jan Oberhauser 2020-09-17 23:03:59 +02:00
parent ce5a043fd4
commit 4192e7d3b4

View file

@ -377,11 +377,11 @@ export const tweetFields = [
}, },
options: [ options: [
{ {
displayName: 'include Entities', displayName: 'Include Entities',
name: 'includeEntities', name: 'includeEntities',
type: 'boolean', type: 'boolean',
default: false, default: false,
description: 'The entities node will be omitted when set to false', description: 'The entities will be omitted when set to false',
}, },
], ],
}, },