From 21633b0c5a3dbed63a662fdc13ae9eab9e75401b Mon Sep 17 00:00:00 2001 From: Jan Oberhauser Date: Sat, 12 Jun 2021 18:40:48 +0200 Subject: [PATCH] :zap: Remove not needed property --- packages/nodes-base/credentials/GoogleApi.credentials.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/nodes-base/credentials/GoogleApi.credentials.ts b/packages/nodes-base/credentials/GoogleApi.credentials.ts index 85b2d741be..cf3e60523a 100644 --- a/packages/nodes-base/credentials/GoogleApi.credentials.ts +++ b/packages/nodes-base/credentials/GoogleApi.credentials.ts @@ -20,8 +20,6 @@ export class GoogleApi implements ICredentialType { { displayName: 'Private Key', name: 'privateKey', - // @ts-ignore - lines: 5, type: 'string', default: '', description: 'Use the multiline editor. Make sure there are exactly 3 lines.
-----BEGIN PRIVATE KEY-----
KEY IN A SINGLE LINE
-----END PRIVATE KEY-----',