mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor(core): Lintfix cli package (#17125)
This commit is contained in:
@@ -4,9 +4,7 @@ import {
|
||||
randomName,
|
||||
uniqueId,
|
||||
} from '@n8n/backend-test-utils';
|
||||
import { CredentialsEntity } from '@n8n/db';
|
||||
import { Project } from '@n8n/db';
|
||||
import { User } from '@n8n/db';
|
||||
import { CredentialsEntity, Project, User } from '@n8n/db';
|
||||
import { randomInt } from 'n8n-workflow';
|
||||
|
||||
export const mockCredential = (): CredentialsEntity =>
|
||||
|
||||
Reference in New Issue
Block a user