mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
chore: Lintfix nodes-base (#16877)
This commit is contained in:
@@ -5,9 +5,9 @@ import type {
|
||||
INodeTypeDescription,
|
||||
} from 'n8n-workflow';
|
||||
|
||||
import { getSites, getCollections, getFields } from '../GenericFunctions';
|
||||
import { router } from './actions/router';
|
||||
import { versionDescription } from './actions/versionDescription';
|
||||
import { getSites, getCollections, getFields } from '../GenericFunctions';
|
||||
|
||||
export class WebflowV2 implements INodeType {
|
||||
description: INodeTypeDescription;
|
||||
|
||||
Reference in New Issue
Block a user