👕 Fix lint issue

This commit is contained in:
Jan Oberhauser
2021-01-13 20:20:30 +01:00
parent 4f75788818
commit 785b0e385e
38 changed files with 1595 additions and 1595 deletions

View File

@@ -1,4 +1,4 @@
import { INodeProperties } from "n8n-workflow";
import { INodeProperties } from 'n8n-workflow';
export const companyOperations = [
{

View File

@@ -1,4 +1,4 @@
import { IDataObject } from "n8n-workflow";
import { IDataObject } from 'n8n-workflow';
export interface ICompany {
remote_created_at?: string;

View File

@@ -1,4 +1,4 @@
import { INodeProperties } from "n8n-workflow";
import { INodeProperties } from 'n8n-workflow';
export const leadOpeations = [
{

View File

@@ -1,4 +1,4 @@
import { IDataObject } from "n8n-workflow";
import { IDataObject } from 'n8n-workflow';
export interface ILeadCompany {
company_id?: string;

View File

@@ -1,4 +1,4 @@
import { INodeProperties } from "n8n-workflow";
import { INodeProperties } from 'n8n-workflow';
export const userOpeations = [
{

View File

@@ -1,4 +1,4 @@
import { IDataObject } from "n8n-workflow";
import { IDataObject } from 'n8n-workflow';
export interface IUserCompany {
company_id?: string;