mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 05:17:28 -08:00
⚡ Some minor improvements
This commit is contained in:
parent
fbfdd7ceb5
commit
094614508d
|
@ -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',
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue