ci: Fix build (no-changelog) (#6391)

This commit is contained in:
Iván Ovejero
2023-06-06 15:08:29 +02:00
committed by GitHub
parent ce578162f4
commit 62fc77363f
5 changed files with 4 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
/* eslint-disable n8n-nodes-base/cred-class-name-unsuffixed,n8n-nodes-base/cred-class-field-name-unsuffixed,n8n-nodes-base/cred-class-field-display-name-missing-api */
import { ICredentialType, INodeProperties } from 'n8n-workflow';
import type { ICredentialType, INodeProperties } from 'n8n-workflow';
export class Ldap implements ICredentialType {
name = 'ldap';