Minor improvements to CopperTrigger-Node

This commit is contained in:
Jan Oberhauser
2020-01-18 09:28:19 -06:00
parent 6808c51c0a
commit 6b45d79d36
3 changed files with 60 additions and 35 deletions

View File

@@ -21,11 +21,5 @@ export class CopperApi implements ICredentialType {
type: 'string' as NodePropertyTypes,
default: '',
},
{
displayName: 'Secret',
name: 'secret',
type: 'string' as NodePropertyTypes,
default: '',
},
];
}