Fix and revert changes on Harvest-Node to not break for existing

users
This commit is contained in:
Jan Oberhauser
2020-02-07 20:38:13 -08:00
parent 19301d8004
commit 101df5882d
11 changed files with 879 additions and 837 deletions

View File

@@ -1,6 +1,6 @@
import { INodeProperties } from "n8n-workflow";
import { INodeProperties } from 'n8n-workflow';
const resource = [ 'companies' ];
const resource = [ 'company' ];
export const companyOperations = [
{