👕 Fix lint issues

This commit is contained in:
Jan Oberhauser
2019-11-02 12:16:20 +01:00
parent ab3e10db04
commit ab6cc43a4c
3 changed files with 36 additions and 58 deletions

View File

@@ -8,9 +8,6 @@ export class Amqp implements ICredentialType {
name = 'amqp';
displayName = 'AMQP';
properties = [
// The credentials to get from user and save encrypted.
// Properties can be defined exactly in the same way
// as node properties.
{
displayName: 'Hostname',
name: 'hostname',