👕 Fix lint issue
This commit is contained in:
@@ -159,7 +159,7 @@ export class GSuiteAdmin implements INodeType {
|
||||
this,
|
||||
'DELETE',
|
||||
`/directory/v1/groups/${groupId}`,
|
||||
{}
|
||||
{},
|
||||
);
|
||||
|
||||
responseData = { success: true };
|
||||
@@ -196,7 +196,7 @@ export class GSuiteAdmin implements INodeType {
|
||||
'GET',
|
||||
`/directory/v1/groups`,
|
||||
{},
|
||||
qs
|
||||
qs,
|
||||
);
|
||||
|
||||
} else {
|
||||
@@ -207,7 +207,7 @@ export class GSuiteAdmin implements INodeType {
|
||||
'GET',
|
||||
`/directory/v1/groups`,
|
||||
{},
|
||||
qs
|
||||
qs,
|
||||
);
|
||||
|
||||
responseData = responseData.groups;
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user