add resource
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
import { type INodeType, type INodeTypeDescription } from 'n8n-workflow';
|
||||
import { userDescription } from './resources/user';
|
||||
import { companyDescription } from './resources/company';
|
||||
|
||||
export class GwezzOceanengine implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
@@ -36,8 +34,6 @@ export class GwezzOceanengine implements INodeType {
|
||||
],
|
||||
default: 'user',
|
||||
},
|
||||
...userDescription,
|
||||
...companyDescription,
|
||||
],
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user