ci: Upgrade eslint, prettier, typescript, and some other dev tooling (no-changelog) (#8895)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
This commit is contained in:
committed by
GitHub
parent
117b57ccc5
commit
372d5c7d01
@@ -18,6 +18,7 @@ import type {
|
||||
import { NodeApiError, NodeOperationError } from 'n8n-workflow';
|
||||
|
||||
import { snakeCase } from 'change-case';
|
||||
import set from 'lodash/set';
|
||||
import { generatePairedItemData } from '../../../utils/utilities';
|
||||
import {
|
||||
clean,
|
||||
@@ -47,8 +48,6 @@ import type { IForm } from './FormInterface';
|
||||
|
||||
import type { IAssociation, IDeal } from './DealInterface';
|
||||
|
||||
import set from 'lodash/set';
|
||||
|
||||
export class HubspotV2 implements INodeType {
|
||||
description: INodeTypeDescription;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user