👕 Fix lint issue

This commit is contained in:
Jan Oberhauser
2020-10-23 09:19:45 +02:00
parent 974f5f9f15
commit d432eae601
4 changed files with 421 additions and 7 deletions

View File

@@ -42,8 +42,8 @@ export const groupOperations = [
},
],
default: 'create',
description: 'The operation to perform.'
}
description: 'The operation to perform.',
},
] as INodeProperties[];
export const groupFields = [
@@ -122,7 +122,7 @@ export const groupFields = [
},
},
default: '',
description: `Identifies the group in the API request. The value can be the group's email address, group alias, or the unique group ID.`
description: `Identifies the group in the API request. The value can be the group's email address, group alias, or the unique group ID.`,
},
/* -------------------------------------------------------------------------- */
/* group:get */
@@ -143,7 +143,7 @@ export const groupFields = [
},
},
default: '',
description: `Identifies the group in the API request. The value can be the group's email address, group alias, or the unique group ID.`
description: `Identifies the group in the API request. The value can be the group's email address, group alias, or the unique group ID.`,
},
/* -------------------------------------------------------------------------- */
/* group:getAll */