mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Some minor fixes for GSuite Admin Node
This commit is contained in:
@@ -4,11 +4,11 @@ import {
|
||||
|
||||
import {
|
||||
IDataObject,
|
||||
INodeExecutionData,
|
||||
INodeTypeDescription,
|
||||
INodeType,
|
||||
ILoadOptionsFunctions,
|
||||
INodeExecutionData,
|
||||
INodePropertyOptions,
|
||||
INodeType,
|
||||
INodeTypeDescription,
|
||||
} from 'n8n-workflow';
|
||||
|
||||
import {
|
||||
@@ -17,8 +17,8 @@ import {
|
||||
} from './GenericFunctions';
|
||||
|
||||
import {
|
||||
userOperations,
|
||||
userFields,
|
||||
userOperations,
|
||||
} from './UserDescription';
|
||||
|
||||
export class GSuiteAdmin implements INodeType {
|
||||
@@ -310,6 +310,7 @@ export class GSuiteAdmin implements INodeType {
|
||||
}
|
||||
|
||||
if (Object.keys(body.name).length === 0) {
|
||||
//@ts-ignore
|
||||
delete body.name;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user