1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-21 18:17:50 +03:00

small fix

This commit is contained in:
ricardo 2020-03-13 10:05:17 -04:00
parent 77148fe352
commit 0e9106c563

View File

@ -7,6 +7,12 @@ export class InvoiceNinjaServerApi implements ICredentialType {
name = 'invoiceNinjaServerApi';
displayName = 'Invoice Ninja API';
properties = [
{
displayName: 'Domain',
name: 'domain',
type: 'string' as NodePropertyTypes,
default: '',
},
{
displayName: 'API Token',
name: 'apiToken',