mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor: Remove unused lint directives (no-changelog) (#9842)
This commit is contained in:
@@ -13,6 +13,7 @@ import {
|
||||
NodeOperationError,
|
||||
} from 'n8n-workflow';
|
||||
|
||||
import set from 'lodash/set';
|
||||
import {
|
||||
formatFeed,
|
||||
formatResults,
|
||||
@@ -37,7 +38,6 @@ import {
|
||||
} from './descriptions';
|
||||
|
||||
import type { SplunkCredentials, SplunkFeedResponse } from './types';
|
||||
import set from 'lodash/set';
|
||||
|
||||
export class Splunk implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
|
||||
Reference in New Issue
Block a user