Some minor improvements

This commit is contained in:
Jan Oberhauser 2020-06-13 13:47:49 +02:00
parent fbfdd7ceb5
commit 094614508d
3 changed files with 21 additions and 21 deletions

View file

@ -797,7 +797,7 @@ export class GoogleDrive implements INodeType {
{ {
name: 'domain', name: 'domain',
value: 'domain', value: 'domain',
description:"All files shared to the user's domain that are searchable", description: 'All files shared to the user\'s domain that are searchable',
}, },
{ {
name: 'drive', name: 'drive',

View file

@ -138,7 +138,7 @@ export class Twitter implements INodeType {
const isImage = binaryData[binaryPropertyName].mimeType.includes('image'); const isImage = binaryData[binaryPropertyName].mimeType.includes('image');
if (isImage && isAnimatedWebp) { if (isImage && isAnimatedWebp) {
throw new Error('Animated .webp images are not supported use .git instead'); throw new Error('Animated .webp images are not supported use .gif instead');
} }
if (isImage) { if (isImage) {