👕 Fix lint issue

This commit is contained in:
Jan Oberhauser
2020-10-22 15:46:03 +02:00
parent 5b7efd67ca
commit 40c2acd77b
491 changed files with 4045 additions and 3936 deletions

View File

@@ -116,8 +116,8 @@ export const contactFields = [
type: 'dateTime',
default: '',
description: 'Only return clients that have been updated since the given date and time.',
}
]
},
],
},
/* -------------------------------------------------------------------------- */
@@ -215,42 +215,42 @@ export const contactFields = [
name: 'last_name',
type: 'string',
default: '',
description: 'The last name of the contact.'
description: 'The last name of the contact.',
},
{
displayName: 'Title',
name: 'title',
type: 'string',
default: '',
description: 'The title of the contact.'
description: 'The title of the contact.',
},
{
displayName: 'Email',
name: 'email',
type: 'string',
default: '',
description: 'The contacts email address.'
description: 'The contacts email address.',
},
{
displayName: 'Phone Office',
name: 'phone_office',
type: 'string',
default: '',
description: 'The contacts office phone number.'
description: 'The contacts office phone number.',
},
{
displayName: 'Phone Mobile',
name: 'phone_mobile',
type: 'string',
default: '',
description: 'The contacts mobile phone number.'
description: 'The contacts mobile phone number.',
},
{
displayName: 'Fax',
name: 'fax',
type: 'string',
default: '',
description: 'The contacts fax number.'
description: 'The contacts fax number.',
},
],
},
@@ -308,42 +308,42 @@ export const contactFields = [
name: 'last_name',
type: 'string',
default: '',
description: 'The last name of the contact.'
description: 'The last name of the contact.',
},
{
displayName: 'Title',
name: 'title',
type: 'string',
default: '',
description: 'The title of the contact.'
description: 'The title of the contact.',
},
{
displayName: 'Email',
name: 'email',
type: 'string',
default: '',
description: 'The contacts email address.'
description: 'The contacts email address.',
},
{
displayName: 'Phone Office',
name: 'phone_office',
type: 'string',
default: '',
description: 'The contacts office phone number.'
description: 'The contacts office phone number.',
},
{
displayName: 'Phone Mobile',
name: 'phone_mobile',
type: 'string',
default: '',
description: 'The contacts mobile phone number.'
description: 'The contacts mobile phone number.',
},
{
displayName: 'Fax',
name: 'fax',
type: 'string',
default: '',
description: 'The contacts fax number.'
description: 'The contacts fax number.',
},
],
},