👕 Adjust credentials file per lintings

This commit is contained in:
Iván Ovejero 2022-07-04 13:14:38 +02:00
commit f58a0689a5

View file

@ -5,9 +5,9 @@ import {
INodeProperties, INodeProperties,
} from 'n8n-workflow'; } from 'n8n-workflow';
export class ExampleCredentials implements ICredentialType { export class ExampleCredentialsApi implements ICredentialType {
name = 'exampleCredentials'; name = 'exampleCredentialsApi';
displayName = 'Example Credentials'; displayName = 'Example Credentials API';
properties: INodeProperties[] = [ properties: INodeProperties[] = [
// The credentials to get from user and save encrypted. // The credentials to get from user and save encrypted.
// Properties can be defined exactly in the same way // Properties can be defined exactly in the same way