From c38385342357d619466b63c2e59944f1ebdcd90e Mon Sep 17 00:00:00 2001 From: Jan Oberhauser Date: Thu, 4 Jun 2020 16:55:24 +0200 Subject: [PATCH] :zap: Small improvement to Twitter-Node --- packages/nodes-base/nodes/Twitter/TweetDescription.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nodes-base/nodes/Twitter/TweetDescription.ts b/packages/nodes-base/nodes/Twitter/TweetDescription.ts index 46e1760e6f..6434843bea 100644 --- a/packages/nodes-base/nodes/Twitter/TweetDescription.ts +++ b/packages/nodes-base/nodes/Twitter/TweetDescription.ts @@ -85,7 +85,7 @@ export const tweetFields = [ displayName: 'Binary Property', name: 'binaryPropertyName', type: 'string', - default: '', + default: 'data', description: 'Name of the binary properties which contain data which should be added to tweet as attachment', }, {