mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
⚡ Fix and revert changes on Harvest-Node to not break for existing
users
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { INodeProperties } from "n8n-workflow";
|
||||
import { INodeProperties } from 'n8n-workflow';
|
||||
|
||||
const resource = [ 'companies' ];
|
||||
const resource = [ 'company' ];
|
||||
|
||||
export const companyOperations = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user